https://github.com/gojek/next.gojek
https://github.com/gojek/next.gojek
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gojek/next.gojek
- Owner: gojek
- Created: 2021-03-09T18:24:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T18:50:45.000Z (about 2 years ago)
- Last Synced: 2025-03-24T13:35:36.887Z (about 1 month ago)
- Language: JavaScript
- Size: 66.7 MB
- Stars: 11
- Watchers: 16
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## New Gojek Website
Gojek is now built in [Next.JS](https://nextjs.org/).
## Install
Make sure you have npm installed and cloned this project:
Switch to project by:
```sh
cd gojek-yo
```Install necessary packages
```sh
npm install
```Then you can run development mode by:
```sh
npm run dev
```You can create a production build by:
```sh
npm run build
```You can start created build by:
```sh
npm run start
```