README update

parent ac8b9376
...@@ -76,6 +76,10 @@ cd node_modules/better-sqlite3 ...@@ -76,6 +76,10 @@ cd node_modules/better-sqlite3
bun install bun install
cd ../.. cd ../..
``` ```
or
```sh
nix-shell shell.nix --run fix-bun
```
### 2. Use Docker setup ### 2. Use Docker setup
......
...@@ -80,7 +80,6 @@ loginCpt = here.component "login" cpt where ...@@ -80,7 +80,6 @@ loginCpt = here.component "login" cpt where
-- | @link https://github.com/facebook/react/issues/12247 -- | @link https://github.com/facebook/react/issues/12247
loginContainer :: R2.Leaf Props loginContainer :: R2.Leaf Props
loginContainer = R2.leaf loginContainerCpt loginContainer = R2.leaf loginContainerCpt
loginContainerCpt :: R.Component Props loginContainerCpt :: R.Component Props
loginContainerCpt = here.component "container" cpt where loginContainerCpt = here.component "container" cpt where
cpt props@{ sessions, visible } _ = do cpt props@{ sessions, visible } _ = do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment