The landing page of all Coderbunker branches website
- Gatsby: v3.13
- PostCSS: v8.3
We use Netlify to host the Gatsby page.
- productionbranch: any changes, pull requests and merges to this branch will be published on the production website
- deploy-previewbranch: the staging branch for the website preview before it goes live on production.
- 
clone the repo git clone git@github.com:coderbunker/all-bra
- 
install all the dependencies npm install
- 
run gatsby server to preview locally at http://localhost:8000 npm run develop
- 
commit the changes to deploy-previewbranch on Github, then Netlify will automatically compile and update the website. The preview version of this website is at https://coderbunker-hub-preview.netlify.app/