-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 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` |