- Giving up CommonJS API, instead using ESM API provided by Deno.
- Completely compatible API provided by Browser.
- Fast⚡️(Using CompressionStream API - gzip in the dev), Safe🔐, Simple🆓(Only a JavaScript bundle).
It's fully responsive on the mobile, tablet and laptop.
See: https://www.fwqaq.us
-
Create a new posts:
deno task new -t <title>
-
Start a dev server:
deno task dev
-
Build the project:
deno task build
-
Preview the project:
deno task preview