General
Why should you contribute to the site repository?
- You want to create/update an article/news entry
 - You want to create/update a resource
 - You have found a bug and you want to fix it
 - You have found a typo in our site
 - We missed you in the credits list - sorry :(
 
Whatever the reason is - Thank you!
Prerequisites
- NodeJS (v8.3+)
 - Yarn or NPM
 
Where is the content stored
- News - 
/content/news - Articles - 
/content/articles - Resources - 
/content/resources - Credits - 
/content/credits 
How to contribute
- Clone ( or fork ) our website repository
 - Install the required dependencies via 
yarnornpm install - Run 
gridsome developto have a local preview - Create a new news/article/resource entry
 - Create a pull request
 
