-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate repository - now part of Electric Fiddle
- Loading branch information
Showing
1 changed file
with
2 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |