Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 460 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 460 Bytes

OmiseGO Developer Portal

Code and guides for the developer documentation site.

Building the app in Development

You can spin up the application quickly with docker:

$ docker-compose up

This will expose a docker container for the site at port 3000. If you have docker setup on your localhost, You can visit http://localhost:3000.

Since its' mounted, you can make changes on the fly and reload the pages to see the changes immediately.