Skip to content

sammwyy/open-taiko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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