https://github.com/amazingrando/forthequeen
https://github.com/amazingrando/forthequeen
rpg srd
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amazingrando/forthequeen
- Owner: amazingrando
- License: mit
- Created: 2019-04-18T16:28:06.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T11:17:36.000Z (8 months ago)
- Last Synced: 2024-09-09T13:30:45.139Z (8 months ago)
- Topics: rpg, srd
- Language: JavaScript
- Size: 7.3 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/forthequeen/deploys)
# For the Queen System Reference Document Website
## Where to find the SRD text files?
- Inside of `src/pages`. They are in markdown (.md).
## Requirements
- [Node](https://nodejs.org/en/)
- [Gatsby](https://www.gatsbyjs.org/)## How to Run Locally
- `yarn` to install packages
- `gatsby develop` to spin up a local server that you can access at localhost.## How to Deploy
- `gatsby build` to build the static site
- Upload to a server.