Skip to content

CollapseLauncher/documentation

Folders and files

NameName
Last commit message
Last commit date
Mar 23, 2025
Apr 22, 2025
Apr 22, 2025
Dec 14, 2024
Apr 6, 2025
Dec 14, 2024
Dec 27, 2024
Dec 24, 2024
Apr 22, 2025
Apr 22, 2025
Dec 26, 2024
Apr 22, 2025

Repository files navigation

Collapse Launcher - Documentation Website

Contrary to the launcher itself, this repository serves as the official documentation platform for it. While we're not asking our users to read through the code, we've exposed it should anyone feel the need to peruse it to make improvements, or just for fun.

System Requirements

To run a local copy of the website, the user must have the following dependencies:

  • OS: Windows, Mac OS X or Linux distribution which is still actively supported
  • Node: version 20 or higher

If submitting changes:

  • Code editor of some sorts (VSCode or anything similar)
  • Git

Run the page locally:

npm install
npm run home:dev

Please make sure to test if the application builds locally before pushing any changes, by running the command below :) :

npm run home:build