[README,site][xs]: mention index markdown page command

This commit is contained in:
João Demenech 2023-04-12 10:05:43 -03:00 committed by GitHub
parent 8465947902
commit 12ce966284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,13 @@ It is built on [Next.js](https://nextjs.org/).
## Getting Started
First, run the development server:
First, index the markdown pages:
```bash
npm run mddb
```
Then, run the development server:
```bash
npm run dev