This repo contains the source code for the CodeHawks docs site.
- git
- You'll know you did it right if you can run
git --version
and you see a response likegit version x.x.x
- You'll know you did it right if you can run
- pnpm
- You'll know you did it right if you can run
pnpm --version
and you see a response likex.x.x
- You'll know you did it right if you can run
- Clone repo and install dependencies
git clone https://github.com/Cyfrin/codehawks-docs
cd codehawks-docs
pnpm install
- Start local server
pnpm dev
We are always open to contributions, feel free to make a PR to improve the docs!