JibikiFrontend is the frontend repository of Jibiki, a detailed description of Jibiki and its goals can be found in JibikiAPI which is the API repository for Jibiki.
- Install NodeJS and NPM
- Install Python
npm install --global windows-build-tools
- Clone this repository
cd
into the repository- Install dependencies by running
npm install
- Start the frontend by running
npm run serve
- The frontend can now be found at
localhost
but will not work fully without also installing JibikiAPI