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.
- Host: GitHub
- URL: https://github.com/sammwyy/open-taiko
- Owner: sammwyy
- Created: 2021-09-23T17:25:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T00:21:35.000Z (over 4 years ago)
- Last Synced: 2025-05-10T23:32:21.622Z (about 1 year ago)
- Topics: browser-game, game, nodejs, rythm-game, taiko, taiko-no-tatsujin, taiko-web
- Language: JavaScript
- Homepage: https://taiko.2lstudios.dev/
- Size: 271 KB
- Stars: 20
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`