/JibikiFrontend

The frontend for Jibiki dictionary

Primary LanguageVue

Jibiki CircleCI

Jibiki Frontend

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.

Setup

  1. Install NodeJS and NPM
  2. Install Python npm install --global windows-build-tools
  3. Clone this repository
  4. cd into the repository
  5. Install dependencies by running npm install
  6. Start the frontend by running npm run serve
  7. The frontend can now be found at localhost but will not work fully without also installing JibikiAPI