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
- Host: GitHub
- URL: https://github.com/gojek/old.gojek
- Owner: gojek
- License: mit
- Created: 2018-07-12T09:28:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T18:48:08.000Z (about 2 years ago)
- Last Synced: 2025-03-24T13:36:04.196Z (about 1 month ago)
- Language: JavaScript
- Size: 39.1 MB
- Stars: 2
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next.gojek [](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
[](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)