/dev-portal

OmiseGO Developers Portal

Primary LanguageJavaScript

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.