Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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