An open API service indexing awesome lists of open source software.

https://github.com/sammwyy/open-taiko

Open Taiko is a re-code of Taiko Web which Python has been replaced by NodeJS.
https://github.com/sammwyy/open-taiko

browser-game game nodejs rythm-game taiko taiko-no-tatsujin taiko-web

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Open Taiko

Open Taiko is a re-code of [Taiko Web](https://github.com/bui/taiko-web/) which Python has been replaced by NodeJS.
Running instance [taiko.2lstudios.dev](https://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`