- Clone the repo to your local computer.
- Run
npm installto install the required dependencies. - To start the development mode, use the command
npm run dev. - To build the project, use the command
npm run build. - To launch the server for the built project, use the command
npm run serve.