This is the source code for my personal website, raphii.co. It is built with Astro & Starlight.
The documentation of my projects, like OyasumiVR and VRTI, resides here.
If you would like to contribute to some of the documentation on this website, you can do so by following these steps. The only prerequisite is that you have Node.js (20+) installed.
- Clone this repository
- Run
$ npm install
- Run
$ npm run dev
to start the development server. By default, it will be available athttp://localhost:4321
. - Make your changes and submit a pull request.