Skip to content

task management app named @Vernite with GitHub and Slack integration and built-in calendar.

License

Notifications You must be signed in to change notification settings

Vernite/vernite

Repository files navigation

angular-logo
Vernite is a task management app with multiple independent modules to speed up work.
tasks / calendar / messages

ONLINE PAGE



Getting started

Before starting make sure you have installed the supported version of node and yarn.

  • yarn: 1.22.18
  • node: 16.13.0
  • java: 17

This repository is using nx workspace. To install all dependencies run:

yarn install


Development server

For a dev server run:

yarn nx run-many --target=serve

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.


Build

To build the project run:

yarn nx run-many --target=build


Running unit tests

To execute the unit tests run:

yarn nx run-many --target=test