-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete Firebase hosting workflow from build yaml (#57)
* deploy via master * update readme * update readme
- Loading branch information
1 parent
6be052e
commit cbea773
Showing
4 changed files
with
46 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# re-geo | ||
|
||
Developing for v1.0.0. | ||
React based geo-cities component. | ||
|
||
```sh | ||
npm install re-geo | ||
|
||
# or | ||
|
||
yarn add re-geo | ||
``` | ||
|
||
## Misc | ||
|
||
This library is inspired by [geo-bootstrap](https://github.com/divshot/geo-bootstrap). Special thanks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# re-geo | ||
|
||
React based geo-cities component. | ||
|
||
```sh | ||
npm install re-geo | ||
|
||
# or | ||
|
||
yarn add re-geo | ||
``` | ||
|
||
## Develop | ||
|
||
This is monorepo of library and landing page. | ||
I use yarn workspace for monorepo engine. | ||
|
||
```sh | ||
yarn install | ||
|
||
yarn lib storybook | ||
``` | ||
|
||
### Requirement for developper | ||
|
||
NodeJS v14~. | ||
|
||
Because Gatsby needs the version. | ||
Gatsby is used for LP. | ||
|
||
## Misc | ||
|
||
This library is inspired by [geo-bootstrap](https://github.com/divshot/geo-bootstrap). Special thanks. |