Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 312 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 312 Bytes

northpoll

Install NPM Dependencies:

Project setup

npm install

Setup configuration:

cp .env.example .env.local

By default the API base URL is set to http://localhost:8000/api. Change it according to your needs.

Compiles and hot-reloads for development

npm run serve