Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.02 KB

Starlane Studios Documentation Platform

This repository houses the documentation website source for Starlane Studios projects, powered by Docusaurus 2.

Getting started with contributing

Maintaining documentation is hard, especially for a small team like ours. Contributions to our documentation are always welcome. If you see something that could be improved, please open an issue or submit a pull request. Please read the Contributor Guide before getting started.

Installation

$ pnpm install

Local Development

$ pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ pnpm build

This command generates static content into the build directory and can be served using any static contents hosting service.

Requirements

  • PNPM (npm i -g pnpm)

Copyright (c) 2018-2025, Starlane Studios