Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleanroommc/cleanroom-website
Website for CleanroomMC.
https://github.com/cleanroommc/cleanroom-website
wiki
Last synced: about 2 months ago
JSON representation
Website for CleanroomMC.
- Host: GitHub
- URL: https://github.com/cleanroommc/cleanroom-website
- Owner: CleanroomMC
- Created: 2024-02-19T09:38:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:26:40.000Z (3 months ago)
- Last Synced: 2024-10-25T10:35:06.027Z (3 months ago)
- Topics: wiki
- Language: Vue
- Homepage: https://cleanroommc.com/
- Size: 3.01 MB
- Stars: 7
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cleanroom
This is where the entire site is stored, and to keep the repository tidy, please contribute as follows.
## How to Contribute
1. Clone the GitHub.
2. Install [`pnpm`](https://pnpm.io/).
3. Run `pnpm i` on the project to download the required development dependencies to `node_modules`.
4. Run `pnpm dev` to launch the localhost server.
5. Run `pnpm build` to confirm that all links are valid.
6. Thank you for contributing!### Optional Steps
Setup cz-git
If you don't know what this is, check out [here](https://cz-git.qbb.sh/guide/#as-global-use).
TL;DR
```sh
npm install -g cz-git commitizen
echo '{ "path": "cz-git", "$schema": "https://cdn.jsdelivr.net/gh/Zhengqbbb/[email protected]/docs/public/schema/cz-git.json" }' > ~/.czrc
```replace ~/.czrc to
```json
{
"path": "cz-git",
"$schema": "https://cdn.jsdelivr.net/gh/Zhengqbbb/[email protected]/docs/public/schema/cz-git.json",
"markBreakingChangeMode": true
}
```