From cb7d80196883ea4ea9f7dae0c203276620edc9bd Mon Sep 17 00:00:00 2001 From: Luccas Mateus de Medeiros Gomes Date: Mon, 29 May 2023 07:59:39 -0300 Subject: [PATCH] [examples/turing][xs] - add more stuff to readme --- examples/turing/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/examples/turing/README.md b/examples/turing/README.md index 6e7868c5..2169f399 100644 --- a/examples/turing/README.md +++ b/examples/turing/README.md @@ -10,12 +10,24 @@ This is also a Next.JS project so you can use the following steps to run the web ## Getting started -To get started first install the npm dependencies: +To get started first clone this repo in your local machine like so: + +```bash +npx create-next-app turing --example https://github.com/datopian/portaljs/tree/main/examples/turing +cd turing +``` + +Then install the npm dependencies: ```bash npm install ``` +Next, run this command, its related to [markdowndb](https://github.com/datopian/markdowndb): +```bash +npm run mddb +``` + Next, run the development server: ```bash