Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 372 Bytes

Gleam

Local development

Requirements

  • NodeJS, version specified in .nvmrc, you can use NVM for it.

Installation

Install the dependencies with

npm ci

Build

To build the JavaScript files from their sources run.

npm run-script build

The generated files will be placed in /build.