This repository is my own attempt at creating an easily searchable, organized collection of both game mechanics and campaign information/updates for my own personal campaign of Eclipse Phase, (Sanctuary Amongst The Stars). Feel free to submit PR's or issues suggesting edits or additions to this collection of documents.
Eclipse Phase is written and published by Posthuman Studios and this repository can be freely shared under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license (see License.md).
This website is built using Docusaurus, an open-source static site generator to handle most of the web infrastructure. The only requirement is a system with Node.js version 18.0 or above. If you have multiple projects which use JavaScript, consider using NVM. Otherwise feel free to install Node.js directly.
Then install dependencies by running:
npm install
Once the dependencies have been installed, preview the site with:
npm run start
To build the site locally, run:
npm run build
And to serve the built website, execute:
npm run serve
A linter is included to ensure code quality
npm run lint
We've also included a spell checker through cspell
npm run spelling