diff --git a/README.md b/README.md index d517a18..730f578 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,13 @@ ## 🚀 Quick start -1. **Create a Gatsby site.** +1. **Clone the repo** + +```shell +git clone https://github.com/zama-ai/dapps.git +``` + +2. **Create a Gatsby site** Use the Gatsby CLI to create a new site, specifying the minimal TypeScript starter. @@ -18,7 +24,7 @@ npm init gatsby ``` -2. **Start developing.** +3. **Start developing** Navigate into your new site’s directory and start it up. @@ -27,13 +33,13 @@ npm run develop ``` -3. **Open the code and start customizing!** +4. **Open the code and start customizing** Your site is now running at http://localhost:8000! Edit `src/pages/index.tsx` to see your site update in real-time! -4. **Learn more** +5. **Learn more** - [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts)