Dashboard for Vote Monitor backoffice operation. Manages election events, NGOs, users and input forms.
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
pnpm run dev
pnpm run testpnpm run storybookincludes documentation of some reusable components
Created from https://github.com/RicardoValdovinos/vite-react-boilerplate