Base portfolio codebase that deploys to both joephela.com and joephela.github.io.
-
Make changes
-
Pull down dependencies
yarn
-
Test changes
Navigate into your new site’s directory and start it up.
yarn serve
Your site is now running at http://localhost:5173/!
-
Deploy updates
Running deploy will run the build and ensure eslint passes.
yarn deploy
Feel free to take inspiration, but dont copy things 1:1. A shoutout would be nice.