This repository contains the source code for my personal website hosted on GitHub Pages. The website dynamically generates all its components based on data from a JSON file.
To locally deploy the website, you must follow these steps:
- Open a shell of your choice in the root directory.
- Ensure all necessary dependencies are installed by executing command
npm install. - Compile the source code and generate the public directory by executing command
npm run build. - Finally, you can launch the website locally by executing command
npm run start.