Skip to content

datairahub/politicsdb-web

Repository files navigation

politicsdb-web

TODO

Install

Steps to install and start the project.

  1. Install nvm (node version manager).

  2. Install node version v18.10.0:

nvm install v18.10.0
  1. Activate the version:
nvm use 18
  1. Clone this repo:
git clone git@github.com:datairahub/politicsdb-web.git
  1. Go to the project root folder:
cd politicsdb-web
  1. Install dependencies:
npm install

Run

Activate the node version:

nvm use 18

Compile and start dev server with hot reloading:

npm run dev

Testing

Run tests with Vitest:

npm run test:unit

Lint

Lint with ESLint:

npm run lint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published