Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 644 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 644 Bytes

raphii.co

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.

Development

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.

  1. Clone this repository
  2. Run $ npm install
  3. Run $ npm run dev to start the development server. By default, it will be available at http://localhost:4321.
  4. Make your changes and submit a pull request.