The source code for the Planar Vagabond's Guide to the Multiverse website.
Go to file
Eric Woodward f9a3003d70 lots of updates
add ecnounter alpha
pull out astral travel to own file
zine prep
fix multi-row table headers
2024-04-14 22:06:30 -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 lots of updates 2024-04-14 22:06:30 -04:00
.eslintrc.cjs Add Referee's Tools 2023-08-27 23:54:42 -04:00
.gitignore Updates 2023-10-09 18:10:12 -04:00
.prettierignore Initial commit 2023-02-20 11:46:46 -05:00
.prettierrc Add Referee's Tools 2023-08-27 23:54:42 -04:00
LICENSE Add Referee's Tools 2023-08-27 23:54:42 -04:00
README.md Add Referee's Tools 2023-08-27 23:54:42 -04:00
app.js Initial commit 2023-02-20 11:46:46 -05:00
jsconfig.json Add Referee's Tools 2023-08-27 23:54:42 -04:00
package-lock.json expand the bestiary 2024-02-05 14:27:48 -05:00
package.json lots of updates 2024-04-14 22:06:30 -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.