The landing page of all Coderbunker branches website
- Gatsby: v3.13
- PostCSS: v8.3
We use Netlify to host the Gatsby page.
production
branch: any changes, pull requests and merges to this branch will be published on the production websitedeploy-preview
branch: the staging branch for the website preview before it goes live on production.
-
clone the repo
git clone [email protected]: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-preview
branch 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/