My personal website build using React🚀 and Tailwind CSS✨.
View the website at www.joechandler.com
- Run
yarn install
- Run
yarn dev
- Open
localhost:8080
to see the webserver.
The website is served from the gh-pages
branch of the repository. Because the website is built using React, we have to build the package before serving it to Github.
In order to deploy:
- Run
yarn predeploy
- this will build the package in thebuild
folder. - Run
yarn deploy
- this deploys the build package to thegh-pages
branch of the repository where it is served by Github Pages.