TODO
Steps to install and start the project.
-
Install nvm (node version manager).
-
Install node version v18.10.0:
nvm install v18.10.0
- Activate the version:
nvm use 18
- Clone this repo:
git clone git@github.com:datairahub/politicsdb-web.git
- Go to the project root folder:
cd politicsdb-web
- Install dependencies:
npm install
Activate the node version:
nvm use 18
Compile and start dev server with hot reloading:
npm run dev
Run tests with Vitest:
npm run test:unit
Lint with ESLint:
npm run lint