Here you can contribute to codenetwork.co
This website is build with gatsbyjs, and hosted off netlify. It is recommened you look at gatsby docs before contributing to this repo :). If there are any features that requires netlify config please get into contact with Joshua Inglis
- install node
- Clone this repo
- Install dependancies |
npm install
- run local build with |
npm start
Follow this tutorial to get the project building on Windows:
https://www.gatsbyjs.org/docs/gatsby-on-windows/
If you experience build errors, a docker-compose.yml
file is included to enable virtualized development through docker
You can run it with:
docker-compose up develop
Be patient when running it for the first time as it runs an npm install to your current directory, but for some reason does not display the installation commands as its running - can take up to 10 minutes.
If you are unsure about how to create pull reqeust, look at this for guidance https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request