https://github.com/reobin/reobin.dev
Personal website
https://github.com/reobin/reobin.dev
Last synced: about 1 year ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/reobin/reobin.dev
- Owner: reobin
- Created: 2020-07-15T13:59:13.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:40:23.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:24:47.309Z (over 1 year ago)
- Language: Astro
- Homepage: https://reobin.dev
- Size: 732 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reobin.dev
## Getting Started
Run the development server:
```bash
npm install
npm run dev
```
Open [http://localhost:4321](http://localhost:4321) with your browser to see the result.
## Code formatting
```bash
npm run format
```