To run the website locally, run the command npm start
in the personal-website
directory.
When running the site locally, you have to manually append .html
to each href to navigate to the correct page.
To build the website, run the command npm run build
.