Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.