Inspired by Nested, this is a random world generator for D&D 5th ed that generates random details about a world on demand.
View on Github.io
npm install
The most common tasks can be accessed through the dropdown menu in the debug tab in Visual Studio Code. These are configured in the .vscode/launch.json file to run gulp tasks with node environment variables.
This will clean the docs folder and run a gulp development build.
This will clean the docs folder and run a gulp production build. Run this before uploading/publishing.
These are shortcuts for gulp tasks that can be run using npm (e.g. npm run build)
There are also scripts that mirror the Visual Studio Code configurations (e.g. production).
They are below and in the package.json file.
Delete the docs folder.
Runs a development build without cleaning the docs folder.
Runs a development build and starts watching the files for changes in order to rebuild when needed.
This will clean the docs folder and run a gulp development build.
This will clean the dist folder and run a gulp production build. Run this before uploading/publishing.
These are the underlying tasks that are run by Visual Studio Code or npm.
Delete the docs folder.
Builds the project without cleaning the docs folder.
Cleans the docs folder and builds the project.
Begins watching files for changes.
Cleans, rebuilds, and watches.