Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 538 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 538 Bytes

Open Taiko

Open Taiko is a re-code of Taiko Web which Python has been replaced by NodeJS.
Running instance taiko.2lstudios.dev
Still in development.

ToDo

  • Improve online system.
  • Improve account system.
  • Improve administrator dashboard.

Build from source

  1. Clone repository
  2. Use npm install or yarn install
  3. Compile using npm run build or yarn build
  4. Start production environment using npm start or yarn start