open-taiko icon indicating copy to clipboard operation
open-taiko copied to clipboard

Open Taiko is a re-code of Taiko Web which Python has been replaced by NodeJS.

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