An open API service indexing awesome lists of open source software.

https://github.com/gojek/old.gojek

next.gojek.io Website Source
https://github.com/gojek/old.gojek

Last synced: 15 days ago
JSON representation

next.gojek.io Website Source

Awesome Lists containing this project

README

        

# next.gojek [![CircleCI](https://circleci.com/gh/gojek/next.gojek.svg?style=svg)](https://circleci.com/gh/gojek/next.gojek)
The default Gatsby starter.

For an overview of the project structure please refer to the [Gatsby documentation - Building with Components](https://www.gatsbyjs.org/docs/building-with-components/).

## Install

Make sure that you have the Gatsby CLI program installed:
```sh
npm install --global gatsby-cli
```

And run from your CLI:
```sh
gatsby new gatsby-example-site
```

Then you can run it by:
```sh
cd gatsby-example-site
gatsby develop
```

## Deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)