The source code for the Planar Vagabond's Guide to the Multiverse website.
Go to file
Eric Woodward 4e007fa7e8 mostly IoD updates 2024-07-15 17:58:57 -04:00
.vscode migrate to web-weevr 2024-01-28 00:47:44 -05:00
lib migrate to web-weevr 2024-01-28 00:47:44 -05:00
src mostly IoD updates 2024-07-15 17:58:57 -04:00
.eslintrc.cjs
.gitignore Updates 2023-10-09 18:10:12 -04:00
.prettierignore
.prettierrc
LICENSE
README.md
app.js
jsconfig.json
package-lock.json expand the bestiary 2024-02-05 14:27:48 -05:00
package.json various updates 2024-05-27 16:24:26 -04:00
site.config.json5 expand the bestiary 2024-02-05 14:27:48 -05:00

README.md

The Planar Vagabond's Guide to the Multiverse

A custom-built static site generator in Node.js used to create the website https://planarvagabond.com/.

Setup

$ npm i
$ npm run build
$ npm run serve
$ npm run watch

Go to http://localhost:5000 to see the generated site.

How to use

If you want to use this as the basis for generating your own site, just fork this repository and update the content in the src folder.