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.
- Host: GitHub
- URL: https://github.com/koompi/rithy.org
- Owner: koompi
- License: mit
- Created: 2023-09-20T08:03:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T05:10:12.000Z (over 1 year ago)
- Last Synced: 2025-06-26T14:51:13.874Z (about 1 year ago)
- Topics: koompi, personal-website, portfolio-website, rithythul
- Language: TypeScript
- Homepage: https://rithy.org
- Size: 40.5 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```