Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 250 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 250 Bytes

commonlabs.id

The website.

Developing Locally

Install dependencies with yarn.

$ yarn

To run a local server, run the following command. Your app will live on localhost:3000.

$ yarn dev
> Ready on http://localhost:3000