What can you contribute?
We are open to all people looking to contribute whatever they can to the website. All you need to do is create a markdown (.md) file.
- For any code or tech tutorial, create a file in
/content/articles
- If you want to rant about something going on in the world, create a file in
/content/news
- If you want to add a useful resource that has helped you, create a file in
/content/resources
- If we missed you in the credits, feel free to create a file in
/content/credits
How can you contribute?
- Ensure you have NodeJS and a node package manager installed
- Fork our git repo
- Install the required dependencies via
yarn
ornpm i
- Run
gridsome develop
to start a local server - Create a file (see above) and add related assets if required.
- Create a pull request