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