Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 744 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 744 Bytes

coffee-shop

image Screenshot 2024-02-19 105319

This project was built with Turbo 360. To learn more

Instructions

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