omgnetwork / dev-portal

OmiseGO Developers Portal
8 stars 11 forks source link

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.