This is the repository for my personal website. It is a React app built using Rsbuild and hosted on GitHub Pages.
To install the dependencies, run the following command:
yarn installTo start the development server, run the following command:
yarn devThis will start the Rsbuild development server and the websocket server needed for the point.lol pointing tool.
To deploy the website, run the following command:
yarn distThe deploy branch is the branch that is used to host the website. It is mounted as a submodule in the root of the repository at dist. The yarn dist command builds the static site into dist. The script then prompts for the type of package bump, updates package.json, pushes the deploy branch, and pushes the main branch with the version bump in the commit message.
This project is licensed under the MIT License - see the LICENSE file for details