Giter Site home page Giter Site logo

koda's Introduction

Netlify Status

Koda Studio

Website for kodastudio.co โ€“ currently a WIP, with a live coming soon page.

Getting Started

This project is scaffolding using Gatsby, Styled-Components, and a couple of other cool libraries. Checkout package.json for more information.

Prerequisites

What things you need to install the software and how to install them

Nodejs! (I think that's all)

Installing

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.

Running the tests

WIP - Jest to be implemented

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

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/

Built With

Versioning

We use SemVer for versioning.

Authors

  • Jared Brown - Development
  • Alex Brown - Designer

License

Need to figure this out, tbh.

Acknowledgments

  • Gatsby.js for building such a wonderful product!

koda's People

Contributors

jaobrown avatar

Watchers

 avatar

koda's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.