/worldgen

Primary LanguageJavaScript

Worldgen

Uses npm/npx and vite build tooling.

Install dependencies

Requires npm installation. From there install dependencies with a normal:

$ npm install

Run Development Server

$ npm run dev

Build Production

$ npm run build

produces dist/ folder whose contents can be pushed to web server.