Getting Started

First, run the development server:

npm install
# or
yarn

Once dependencies are installed, you can run the application using

npm run dev
# or
yarn dev

You can run unit tests using

npm run test
# or
yarn test