https://github.com/collapselauncher/documentation
Documentation and static webpage for project Collapse Launcher
https://github.com/collapselauncher/documentation
Last synced: about 1 month ago
JSON representation
Documentation and static webpage for project Collapse Launcher
- Host: GitHub
- URL: https://github.com/collapselauncher/documentation
- Owner: CollapseLauncher
- License: mit
- Created: 2024-12-13T09:54:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-09T15:59:56.000Z (about 1 month ago)
- Last Synced: 2026-02-09T19:56:09.451Z (about 1 month ago)
- Language: Vue
- Homepage: http://collapselauncher.com/
- Size: 24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```