Front-end for Perfil Político — a platform for profiling candidates in Brazilian 2022 General Election, based entirely on open data.
- Node.js 16
npm
8.17+
You can use nvm
to manage multiple installations of node.js on your computer (check nvm instalattion guides for MacOS
and Linux here and for Windows here).
Once you have it, you can use the right node version for the project using these commands:
npm install
npm run serve
It will make your website available here: localhost:8080
npm run build
Then serve the contents of the dist/
directory.
npm run test:unit
npm run lint