A wiki deployed via GitHub pages @ https://docs.crazycrew.us
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 )
- Simply edit the
.md
files. - use the command
npm run start
. - Go to http://localhost:3000
- Make changes until it looks right.
- Make a pull request once it looks right.
- You must know TypeScript and React