A Digia project.
Digia internal tool to organize company's resources [Frontend]
Install the project dependencies using Yarn.
yarn
Create your environment by copying the example environment.
cp .env.example .env
You can start the development server with the start
script.
yarn start
You can compile the distribution build with the build
script.
yarn build
You can run the test suite with the test
script.
yarn test