docker build -t gisquick/web-accounts .
npm install
In order to start development server, it is required to setup and run local Gisquick deployment
with enabled API for sign up, activation and password reset. By default, Gisquick server is expected
to be running on http://localhost on port 80. For different setup you will have to update proxy server
configuration in vue.config.js
file.
npm run serve
Project consists of multiple pages:
/signup
/activate?uid=<UID>&token=<TOKEN>
/new-password?uid=<UID>&token=<TOKEN>
npm run lint