An open API service indexing awesome lists of open source software.

https://github.com/koompi/rithy.org

Rithy THUL portfolio.
https://github.com/koompi/rithy.org

koompi personal-website portfolio-website rithythul

Last synced: 10 months ago
JSON representation

Rithy THUL portfolio.

Awesome Lists containing this project

README

          

# Portfolio site
Thanks [Thith](https://github.com/Thith-thith) from KOOMPI for written this.

## Developing

We will use **pnpm** here;

```bash
# install packages
pnpm install

# run development server
pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open
```