diff options
Diffstat (limited to 'examples/with-gatsby/apps/web/README.md')
| -rw-r--r-- | examples/with-gatsby/apps/web/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/with-gatsby/apps/web/README.md b/examples/with-gatsby/apps/web/README.md new file mode 100644 index 0000000..b348ca3 --- /dev/null +++ b/examples/with-gatsby/apps/web/README.md @@ -0,0 +1,15 @@ +## 🚀 Quick start + +1. **Start developing.** + + Navigate into your new site’s directory and start it up. + + ```bash + turbo dev + ``` + +2. **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! |
