/northpoll

An easy (and patronizing) way to generate anonymous polls.

Primary LanguageVueMIT LicenseMIT

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