This frontend uses the backend api found here.
- clone the repo
cd web-frontend
npm install
- copy config example and rename it to config.js
cp src/config.js.EXAMPLE src/config.js
npm run dev
for development ornpm run prod
for production build- serve the
public
folder
- clone the repo
npm install
npm run test