Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roginfarrer/rogin.dev
Rogin Farrer's personal website
https://github.com/roginfarrer/rogin.dev
astro panda-css personal-website portfolio
Last synced: about 2 months ago
JSON representation
Rogin Farrer's personal website
- Host: GitHub
- URL: https://github.com/roginfarrer/rogin.dev
- Owner: roginfarrer
- Created: 2023-12-29T02:42:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T20:09:43.000Z (6 months ago)
- Last Synced: 2024-08-01T22:24:14.805Z (6 months ago)
- Topics: astro, panda-css, personal-website, portfolio
- Language: Astro
- Homepage: https://rogin.dev
- Size: 17 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rogin.dev
My personal website and portfolio built with:
- [Astro](https://astro.build)
- [PandaCSS](https://panda-css.com)
- [Radix UI Colors](https://radix-ui.com/colors)
- [Nanostores](https://github.com/nanostores/nanostores)
- [Vercel](https://vercel.com)## Running locally
This app requires Node.js v20+
```
git clone https://github.com/roginfarrer/rogin.dev
cd rogin.dev
bun install
bun dev
```