[examples/turing][xs] - add more stuff to readme

This commit is contained in:
Luccas Mateus de Medeiros Gomes 2023-05-29 07:59:39 -03:00
parent 8fd9f00cfa
commit cb7d801968

View File

@ -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