Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eevee/gleam
GLEAM web visual novel creator
https://github.com/eevee/gleam
Last synced: 21 days ago
JSON representation
GLEAM web visual novel creator
- Host: GitHub
- URL: https://github.com/eevee/gleam
- Owner: eevee
- Created: 2019-08-05T02:20:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T06:40:48.000Z (about 2 months ago)
- Last Synced: 2024-10-10T10:01:31.525Z (about 1 month ago)
- Language: JavaScript
- Size: 628 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gleam
## Local development
### Requirements
* NodeJS, version specified in `.nvmrc`, you can use [NVM](https://github.com/nvm-sh/nvm) for it.
### Installation
Install the dependencies with
```console
npm ci
```### Build
To build the JavaScript files from their sources run.
```console
npm run-script build
```The generated files will be placed in `/build`.