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

https://github.com/gojek/next.gojek


https://github.com/gojek/next.gojek

Last synced: 15 days ago
JSON representation

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
```