blob: b348ca3c60ace40170a1c2e5784bfff85c6963fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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!
|