This project was bootstrapped with Create React App.
This project uses:
- Styled components
- React router
gh-pagesto deploy to github pages.
If you want to contribute, use the develop branch, the master branch contains the built JavaScript that is deployed on github.
To share your contributions, please open a pull request.
Checkout the develop branch locally. Then run:
npm install
npm start
Our beautiful website will open at http://localhost:3000/.
The website is hosted on Github Pages.
Every commit to the develop branch is automatically built
and deployed by Github Actions.
The website can be deployed manually by running:
npm run deploy
This will build the website, commit the build output to the master branch, and push the master branch to Github.