An open API service indexing awesome lists of open source software.

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

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
```