Live at mubc.io
Built with React, React-Scroll, and Material-UI. Deployed using GitHub Pages.
To download the repository and install dependencies, run the following commands:
git clone https://github.com/MUBlockchain/React-Website.git
cd React-Website/
npm install # Need Node.js and npm installed before running this command
To build the react application, run the following command:
npm start
Your browser should automatically open the application.
To deploy to GitHub Pages run
npm run deploy
After deployment make sure to go to settings then under pages set the custom domain to mubc.io. Then add, commit, and push your changes to this repository.