The source code for the Planar Vagabond's Guide to the Multiverse website.
Go to file
Eric Woodward 5c58d7d051 Add Referee's Tools
Update JS, add versioning (for cache-busting updates)
Clean up a bunch of unused files
Add Rivertail community
Add some new races
2023-08-27 23:54:42 -04:00
.vscode Add stuff for Faewolde game 2023-07-04 18:34:28 -04:00
lib Spells! 2023-07-03 16:16:31 -04:00
src Add Referee's Tools 2023-08-27 23:54:42 -04:00
.eslintrc.cjs Add Referee's Tools 2023-08-27 23:54:42 -04:00
.gitignore Site updates for the weekend 2023-02-27 02:51:18 -05: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 Spells! 2023-07-03 16:16:31 -04:00
package.json Add Referee's Tools 2023-08-27 23:54:42 -04:00
site.config.json5 Add Referee's Tools 2023-08-27 23:54:42 -04: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.