Skip to content
Snippets Groups Projects
README.md 221 B

Installation

After installing npm run

npm install

Start the application in debug mode with

npm run dev

Build and run the application for production use with

npm run build
npm run start