This project was built with Turbo 360. To learn more
After cloning into the repo, cd to the project root directory and install dependencies:
$ npm install
To run the dev server, install Turbo CLI globally:
$ sudo npm install turbo-cli -g
Then run dev server from project root directory:
$ npm run serve
This will run a command script in package.json: "turbo devserver"
To build for production, run build:
$ npm run build