The website is published under gh-page
branch.
In order to manage project dependencies, you will need first to install Node.js. Then, run
npm install
To install all the project dependencies, such as UI frameworks and React.
For React to work, you will need to setup a webserver. You can do it by simply running
npm start
You can then open your browser and navigate to http://localhost:3000/
to see the website live.
When website is ready to be published on the web, just run
npm run deploy
it will automatically publish the website under the gh-page
branch.
All the website design is built along with Semantic UI React. You can see the docs in order to learn how to construct new components.