Skip to content

Starlight-Skull/seasonfall

Repository files navigation

Seasonfall

Webpack pages-build-deployment CodeQL

Seasonfall

Project Status

Major rewrites to make code more accessible, reusable and efficient.

For the player

Now hosted right here on GitHub Pages.

Download the latest release and run the appropriate executable.

Development for native releases is removed for the time being.

For the developer

Clone the source and build your own.

In your preferred shell and location.

(Note that you also need to have git and npm installed)

git clone https://github.com/starlight-skull/seasonfall.git
cd seasonfall
npm ci

Start the dev server.

npm run start

Or make a build.

npm run build