Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding authored Mar 6, 2022
1 parent ee56ee4 commit b670dd7
Showing 1 changed file with 19 additions and 43 deletions.
62 changes: 19 additions & 43 deletions README.md
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).

0 comments on commit b670dd7

Please sign in to comment.