This is the frontend for the EOS Voting Portal.
Here is the backend project: eosportal-api
Clone the repo and install dependencies.
git clone https://github.com/EOSPortal/eosportal-front.git
Cd into the project.
cd eosportal-front
Install all it's dependencies.
npm i
or npm install
Serve the development environment.
npm run serve
this will start a development server.
Production Build
npm run build
this will build the package for production and activate the service worker.
To test the production build install python and navigate into the cd dist
folder.
to run the production version python -m http.server
will start a server