Skip to content

A wiki-style collection of game mechanics and my own campaign information for Eclipse Phase

License

Notifications You must be signed in to change notification settings

kaelynj/sanctuary-amongst-the-stars

Repository files navigation

Sanctuary Amongst the Stars

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).

Installation

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

Preview dev site

Once the dependencies have been installed, preview the site with:

npm run start

Build site

To build the site locally, run:

npm run build

And to serve the built website, execute:

npm run serve

Run linter

A linter is included to ensure code quality

npm run lint

Run spellchecker

We've also included a spell checker through cspell

npm run spelling

About

A wiki-style collection of game mechanics and my own campaign information for Eclipse Phase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published