Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazy-crew/crazydocs
The wiki for crazycrew
https://github.com/crazy-crew/crazydocs
crazycrates crazyenchantments crazyenvoys crazyvouchers minecraft
Last synced: about 1 month ago
JSON representation
The wiki for crazycrew
- Host: GitHub
- URL: https://github.com/crazy-crew/crazydocs
- Owner: Crazy-Crew
- License: mit
- Created: 2023-05-20T01:54:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T06:56:21.000Z (4 months ago)
- Last Synced: 2024-09-09T18:10:06.947Z (4 months ago)
- Topics: crazycrates, crazyenchantments, crazyenvoys, crazyvouchers, minecraft
- Language: TypeScript
- Homepage: https://docs.crazycrew.us/
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrazyDocs
A wiki deployed via GitHub pages @ https://docs.crazycrew.us# Contributing
Contributing is easy! We use markdown files for the wiki so anyone can contribute with a little reading.
All `.md` files are located under `docs`, Each directory translates to a directory on the website. ( https://docs.crazycrew.us )## Editing Pages
* Simply edit the `.md` files.
* use the command `pnpm run start`.
* Go to http://localhost:3000
* Make changes until it looks right.
* Make a pull request once it looks right.## Requirements
* You must know TypeScript and React