tomprince / spirit-island-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spirit Island Builder

This is the code home for https://spiritislandbuilder.com/, a web app for building custom components for the boardgame Spirit Island. It currently supports creating Spirit Boards, Power Cards, Adversaries, and Aspects. This is an unofficial project, all materials belong to Greater Than Games, LLC.

Develop

Install the latest version of Node 16.

Install dependencies by running:

npm install

Start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Build

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Contribute

Contributions are welcome but please do not expect that any contribution that is made will be merged into the project.

If you would like to contribute please use a fork and pull workflow.

  • Fork the repo first and make your changes in your fork
  • Once your changes are ready to review submit a pull request

About


Languages

Language:HTML 88.7%Language:Svelte 4.7%Language:JavaScript 3.8%Language:CSS 2.8%Language:Shell 0.0%