File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- # fullsoak examples
1+ # fullsoak examples on Deno
22
33FullSoak is a no-build TypeScript fullstack SSR-first framework. This repo hosts
44several examples using FullSoak.
@@ -9,8 +9,7 @@ please feel free to open a PR / discussion. Thank you for your interest!
99
1010## Available commands
1111
12- This example is written on & for Deno ecosystem. In theory, it's compatible with
13- Node.js and Bun (corresponding example repos are welcomed as PRs).
12+ This repo is prepared for the Deno runtime.
1413
1514Install Deno: https://docs.deno.com/runtime/getting_started/installation/
1615
@@ -27,3 +26,7 @@ Then head to `http://127.0.0.1:3991/app` to browse around.
2726``` bash
2827deno task test
2928```
29+
30+ ## Other platforms
31+
32+ Examples for Bun runtime: https://github.com/fullsoak/bun-example
You can’t perform that action at this time.
0 commit comments