https://github.com/robdel12/new-frontiers
Personal website source
https://github.com/robdel12/new-frontiers
Last synced: 6 months ago
JSON representation
Personal website source
- Host: GitHub
- URL: https://github.com/robdel12/new-frontiers
- Owner: Robdel12
- Created: 2021-12-14T23:48:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-25T23:22:39.000Z (10 months ago)
- Last Synced: 2025-09-26T01:22:36.624Z (10 months ago)
- Language: CSS
- Homepage: https://robertdelu.ca
- Size: 2.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Blog
A simple personal blog built with Astro.
## Development
```sh
npm install
npm run dev
```
## Build
```sh
npm run build
```