Skip to content

Commit c4e788a

Browse files
authored
Updated README
1 parent 4cee622 commit c4e788a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fullsoak examples
1+
# fullsoak examples on Deno
22

33
FullSoak is a no-build TypeScript fullstack SSR-first framework. This repo hosts
44
several 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

1514
Install 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
2827
deno task test
2928
```
29+
30+
## Other platforms
31+
32+
Examples for Bun runtime: https://github.com/fullsoak/bun-example

0 commit comments

Comments
 (0)