Development

Learn how to develop and test your application locally.

Starting the Server

Run the development server with:

npm run dev

Linting

We use ESLint and Prettier to maintain code quality.

npm run lint