From 12ce966284b7aa1d2ef514cfaa7ebbe3e54495ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Demenech?= Date: Wed, 12 Apr 2023 10:05:43 -0300 Subject: [PATCH] [README,site][xs]: mention index markdown page command --- site/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/site/README.md b/site/README.md index 2b444666..03236a05 100644 --- a/site/README.md +++ b/site/README.md @@ -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