Live site can be found at https://about.mycrypto.com.
To build this project locally, you need to have Node.js installed. Clone the project with Git and run:
$ cd about.mycrypto.com
$ npm install
$ gulp
This will run Gulp to build the project and watch for changes. You can open dist/index.html
to view your local copy.