https://github.com/hardyscc/blog
Hardys Blog
https://github.com/hardyscc/blog
Last synced: 29 days ago
JSON representation
Hardys Blog
- Host: GitHub
- URL: https://github.com/hardyscc/blog
- Owner: hardyscc
- Created: 2022-11-19T14:11:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T14:32:37.000Z (over 3 years ago)
- Last Synced: 2025-01-14T00:33:00.405Z (over 1 year ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# Hardys Blog
Deployments in less than 10 seconds.
To get it running:
```sh
git clone git@github.com:hardyscc/blog.git
cd blog
deno task dev
```
To deploy it to Deno Deploy - clone it in a github repo and create and link a
new project on https://dash.deno.com.
Built using [deno_blog](https://github.com/denoland/deno_blog).