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
2
2
3
3
FullSoak is a no-build TypeScript fullstack SSR-first framework. This repo hosts
4
4
several examples using FullSoak.
@@ -9,8 +9,7 @@ please feel free to open a PR / discussion. Thank you for your interest!
9
9
10
10
## Available commands
11
11
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.
14
13
15
14
Install Deno: https://docs.deno.com/runtime/getting_started/installation/
16
15
@@ -27,3 +26,7 @@ Then head to `http://127.0.0.1:3991/app` to browse around.
27
26
``` bash
28
27
deno task test
29
28
```
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