7.1 Installation

Install project dependencies:

npm install

Format code before pushing:

npm run format

Run the development server:

npm run dev

Last updated