Skip to content

searchspring/asanaban

Repository files navigation

Asanaban

Requirements

  • npm
  • vue-cli (npm install -g @vue/cli )
  • linter (brew install golangci-lint)

Project setup

  • 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)

Run Locally

make run

The app will be running on http://localhost:8080

Run Tests

make tests