Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Vote Monitor web application

Dashboard for Vote Monitor backoffice operation. Manages election events, NGOs, users and input forms.

Setup

All commands have to be run inside /web folder.

First use nvm to set the correct node version:

# Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

# Use the node version specified in .nvmrc
nvm use || nvm install

You can replace pnpm with npm. It is recommended to use pnpm for faster install times and better caching.

npm install -g pnpm
pnpm install

Run

pnpm run dev

Other commands

  • pnpm run test
  • pnpm run storybook includes documentation of some reusable components

Credits

Created from https://github.com/RicardoValdovinos/vite-react-boilerplate