Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Vexilla/app

Repository files navigation

Warning: Repo Archived

This repo is archived. The app is now maintained the main monorepo: https://github.com/vexilla/vexilla/tree/main/apps/app

Vexilla Config UI

If you want to clone the project into a different folder than app make sure to specify the destination in your clone command:

git clone https://github.com/vexilla/app.git YOUR_PREFERRED_FOLDER_NAME

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.