This project uses yarn for package management.
Run yarn install
to install all dependencies.
Copy .env.example
to .env
and modify it to match your environment.
Run yarn run dev
Run yarn run build
Run yarn run lint-check
Run yarn run lint-fix