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 installActivate the node version:
nvm use 18Compile and start dev server with hot reloading:
npm run devRun tests with Vitest:
npm run test:unitLint with ESLint:
npm run lint