Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 435 Bytes

Hermez.io

Source code for the Polygon Hermez website.

Development

First you will need to install the project dependencies running npm i from the root of the project.

Then, you need to run npm start to launch a development server with hot-reloading. It will be listening on http://localhost:3000.

Deployment

The deployment process is triggered automatically on each push to the master branch using a GitHub action.