Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Deprecate repository - now part of Electric Fiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeoffrey authored Jan 23, 2024
1 parent ff3561d commit afe4f72
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
# Examples app — Electric Clojure

Live app: https://electric.hyperfiddle.net/


```
$ git submodule update --init
$ yarn # demos only - react interop, codemirror
$ clj -A:dev -X user/main
**DEPRECATED** - now part of [Electric Fiddle](https://github.com/hyperfiddle/electric-fiddle) under [Electric Tutorial](https://github.com/hyperfiddle/electric-fiddle/tree/main/src/electric_tutorial)

Starting Electric compiler and server...
shadow-cljs - server version: 2.20.1 running at http://localhost:9630
shadow-cljs - nREPL server started on port 9001
[:app] Configuring build.
[:app] Compiling ...
[:app] Build completed. (224 files, 0 compiled, 0 warnings, 1.93s)
👉 App server available at http://0.0.0.0:8080
```

Deployment
Live app: https://electric.hyperfiddle.net/

```
fly status
flyctl regions list
flyctl regions add cdg
fly scale count 4 --max-per-region 1
https://community.fly.io/t/how-to-specify-regions-to-run-in/3048
```

0 comments on commit afe4f72

Please sign in to comment.