Skip to content
Snippets Groups Projects
Virgile Gerecke's avatar
Virgile Gerecke authored
This license was not authorized by legitimate creators
ceab706b

Pount client

pipeline status GNU Affero General Public License v3 (AGPL-3.0) license

last update

See result

See result on Gitlab pages

Build it

npm install

Compile and hot-reload for development

npm run serve

Compile and minify for production

npm run build

Run unit tests

npm run test:unit

Run end-to-end tests

npm run test:e2e

Lint and fix files

npm run lint

Customize it

See Configuration Reference.