Website for kodastudio.co – currently a WIP, with a live coming soon page.
This project is scaffolding using Gatsby, Styled-Components, and a couple of other cool libraries. Checkout package.json for more information.
What things you need to install the software and how to install them
Nodejs! (I think that's all)
To get up and running:
git clone https://github.com/jaobrown/koda.git
cd koda
npm install
After packages are installed:
git checkout develop
gatsby develop
That should be it! You are up and running with the Koda dev environment.
WIP - Jest to be implemented
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
To build & deploy changes:
git add .
git commit -m "Your commit message here"
git push origin develop
After the build deploys successfully, perform QA on https://develop.kodastudio.co/
If QA passes, run the following commands:
git checkout staging
git merge develop
git push origin staging
After the build deploys successfully, perform QA on https://staging.kodastudio.co/
If QA passes, run the following commands:
git checkout master
git merge staging
git push origin master
After the build deploys successfully, perform QA on https://kodastudio.co/
We use SemVer for versioning.
- Jared Brown - Development
- Alex Brown - Designer
Need to figure this out, tbh.
- Gatsby.js for building such a wonderful product!