- npm
- vue-cli (
npm install -g @vue/cli
) - linter (
brew install golangci-lint
)
- Download the .env and put it in the project folder
- Run
make get
- If there is an issue with installing Pinia, try using npm 7 (
nvm use 15
)
- If there is an issue with installing Pinia, try using npm 7 (
make run
The app will be running on http://localhost:8080
make tests