To contribute to our website, install the required packages using the following command.
This project uses Bun. If you haven't installed Bun yet, then please see the installation guide for your operating system.
bun i Use this command to start a local development server and opens a browser window. Changes made will be shown live without the need to restart the server.
bun dev
To generate static content in the dist directory, execute the following command. These files can then be served using any hosting service which allows for static sites.
bun run build
Documentation for Starlane Studios projects will be moved to this repository at a later date. For now, they can be found in this GitHub repository.
© Starlane Studios 2018-2025