Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 363 Bytes

README.md

File metadata and controls

executable file
·
18 lines (12 loc) · 363 Bytes

Starfield-generator II

A simple javascript star field generator.

See https://martinstellinga.com for details.

Usage

Change the relative path in preact.config.js Create a new build. Deploy the contents of the build folder to your web server of choice

To run a local development copy

npm install

npm start

To build

npm install

npm run build