Skip to content

climatepolicyradar/navigator-admin-frontend

Repository files navigation

Admin Service Front-end

Tech stack

Prerequisites

Install Yarn if you do not have it already:

npm install --global yarn

CD into the root project folder if you are not already in there and install the dependencies using the following:

yarn

Running the project

Run in development mode:

yarn dev

Or run the preview of the built project:

yarn build # and then

yarn preview

Linting

Run linting with the following command:

yarn lint

Configuration is defined in the eslintrc.cjs

Prettier

Configuration for prettier is in .prettierrc

Test

yarn test