Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ikasoba/dejamu

Static Site Generator for Deno
https://github.com/ikasoba/dejamu

deno preact ssg typescript

Last synced: about 2 months ago
JSON representation

Static Site Generator for Deno

Awesome Lists containing this project

README

        



Dejamu 🛌


Small Static Site Generator for Deno.

# Initialize the site
```sh
deno run -rA https://raw.githubusercontent.com/ikasoba/dejamu/main/scripts/init.ts
```

# Build the site
```sh
deno task build
```

# Start the local server
```sh
deno task serve
```