This repo is archived. The app is now maintained the main monorepo: https://github.com/vexilla/vexilla/tree/main/apps/app
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
yarn install
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint