This is Bron10's personal website
Special thanks to Sophie Au
🚀 Quick start
Make sure you have gatsby-cli and yarn installed on your local machine. If not install using
following command.
npm install -g gatsby-cli
Run yarn install
.
-
Run the Development Build.
gatsby develop
You can now continue editing and the site will auto-update. It's running on
http://localhost:8000
. -
Build for Production.
Note: You don't need this to deploy to production. This is only for debugging. To build a production-like environment, run
gatsby build
. To inspect that page, rungatsby serve
. -
Deploy to Production.
To deploy to production, simply commit your changes to master and push to GitHub. A web hook will take care of everything and re-deploy the site automatically.
🎓 Learning Gatsby
If you want to learn more about how Gatsby works, check out their tutorials and docs.