Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likecoin/oice-web
oice editor web ui. oice server and worker. oice is the next generation visual novel editor, featuring friendly and codeless UI, high quality art and assets, and compatibility with kirikiri KAG script.
https://github.com/likecoin/oice-web
javascript kag kirikiri krkr oice react redux sass visual-novel
Last synced: 2 days ago
JSON representation
oice editor web ui. oice server and worker. oice is the next generation visual novel editor, featuring friendly and codeless UI, high quality art and assets, and compatibility with kirikiri KAG script.
- Host: GitHub
- URL: https://github.com/likecoin/oice-web
- Owner: likecoin
- License: other
- Created: 2017-10-06T02:30:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T08:35:09.000Z (11 months ago)
- Last Synced: 2024-05-07T12:02:59.906Z (6 months ago)
- Topics: javascript, kag, kirikiri, krkr, oice, react, redux, sass, visual-novel
- Language: JavaScript
- Homepage: https://oice.com
- Size: 9.3 MB
- Stars: 13
- Watchers: 9
- Forks: 7
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oice Front End (Website + Editor)
[![CircleCI](https://circleci.com/gh/likecoin/oice-web.svg?style=svg)](https://circleci.com/gh/likecoin/oice-web)
[![oice](https://oice.com/static/img/oice-default-cover.jpg)](https://oice.com)
## Installation
After cloning the repository, install dependencies:
```bash
$ npm install
```### Development
Run a development server with live-reloading at http://localhost:3000:
```bash
$ npm start
```Options:
```bash
# PORT: Listen port
# SRV_ENV: Server config
$ PORT=8080 SRV_ENV=kubernetes npm start
```### Deployment
Build the project and start the server at http://localhost:3000:
```bash
$ SRV_ENV=kubernetes npm run deploy
# OR
$ SRV_ENV=kubernetes npm run build
$ SRV_ENV=kubernetes npm run server
```