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.gitcd React-Website/npm install # Need Node.js and npm installed before running this commandTo build the react application, run the following command:
npm startYour browser should automatically open the application.
To deploy to GitHub Pages run
npm run deployAfter 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.