- This site is built with Next.js, TailwindCSS and MDX
- Check out the existing issues for ways to contribute
- Please make sure you format your code with the styles specified in
.prettierrc
. If you run prettier it should do this for you.
Create a new issue! On the issue we can discuss the problem and assign the work.
yarn install
yarn dev
Open http://localhost:3000 in your browser to see the site.
- feature/{change}: For new features/improvements
- fix/{change}: For fixes
- Create an issue or comment on one to claim it
- Create a fork of the repo
- Make a new branch following the branch naming guidelines above
- Work on your fork, then open a pull request. Tag the issue in your pull request
- Your PR will be reviewed, and if it is approved it will be merged into
main