forked from FrederikBolding/chainlist
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee56ee4
commit b670dd7
Showing
1 changed file
with
19 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,30 @@ | ||
<p align="center"> | ||
<a href="https://www.gatsbyjs.com/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts"> | ||
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" /> | ||
</a> | ||
</p> | ||
<h1 align="center"> | ||
Gatsby minimal TypeScript starter | ||
</h1> | ||
# Chainlist | ||
A list of EVM-based chains that also allows you to add chains to your favorite Web3 wallet. An alternative to the closing chainlist.org. | ||
|
||
## 🚀 Quick start | ||
Uses the data from https://github.com/ethereum-lists/chains | ||
|
||
1. **Create a Gatsby site.** | ||
## Getting Started | ||
|
||
Use the Gatsby CLI to create a new site, specifying the minimal TypeScript starter. | ||
### Development | ||
|
||
```shell | ||
# create a new Gatsby site using the minimal TypeScript starter | ||
npm init gatsby | ||
``` | ||
To start a development server, run the following command | ||
|
||
2. **Start developing.** | ||
```bash | ||
yarn run start | ||
``` | ||
|
||
Navigate into your new site’s directory and start it up. | ||
The server will be accessible on `localhost:8000`. | ||
|
||
```shell | ||
cd my-gatsby-site/ | ||
npm run develop | ||
``` | ||
### Production | ||
|
||
3. **Open the code and start customizing!** | ||
To build a static version of the site for production, run the following command | ||
|
||
Your site is now running at http://localhost:8000! | ||
```bash | ||
yarn run build | ||
``` | ||
|
||
Edit `src/pages/index.tsx` to see your site update in real-time! | ||
## Contributions | ||
Contributions are very welcome! Feel free to open issues and PRs for missing features or potential bugs! | ||
|
||
4. **Learn more** | ||
|
||
- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) | ||
|
||
- [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) | ||
|
||
- [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) | ||
|
||
- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) | ||
|
||
- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) | ||
|
||
- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts) | ||
|
||
## 🚀 Quick start (Gatsby Cloud) | ||
|
||
Deploy this starter with one click on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/): | ||
|
||
[<img src="https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-minimal-ts) | ||
## License | ||
This project is [MIT licensed](./LICENSE). |