https://github.com/archellir/blog.arcbjorn.com
Blog, built with Preact, Fresh & Deno
https://github.com/archellir/blog.arcbjorn.com
deno fresh markdown typescript
Last synced: 3 months ago
JSON representation
Blog, built with Preact, Fresh & Deno
- Host: GitHub
- URL: https://github.com/archellir/blog.arcbjorn.com
- Owner: archellir
- Created: 2022-09-11T15:56:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T15:22:35.000Z (over 1 year ago)
- Last Synced: 2025-02-14T16:28:18.082Z (over 1 year ago)
- Topics: deno, fresh, markdown, typescript
- Language: TypeScript
- Homepage: https://blog.arcbjorn.com/
- Size: 680 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arcbjorn's thoughts
### Usage (Fresh 2)
Development:
```
deno task dev
```
Build and run production server:
```
deno task build
deno task start
```
If you see a Tailwind oxide warning or Vite crashes in dev, allow oxide's
install scripts once (required by Tailwind v4):
```
deno task oxide
```
You can temporarily disable Tailwind in dev via:
```
NO_TAILWIND=1 deno task dev
```
Update Fresh and deps:
```
deno task update
```