From 689536b73527ae06fd948834b2315f3ec8858ce1 Mon Sep 17 00:00:00 2001 From: Sunghoon Kwak <49034253+skwak22@users.noreply.github.com> Date: Wed, 15 Jul 2020 21:24:56 +0900 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 0ccd70d..63ad5f2 100644 --- a/README.md +++ b/README.md @@ -39,16 +39,6 @@ After page is loaded, you may also start a REPL connected to browser with: yarn shadow-cljs cljs-repl app ``` -### Release - -Compile with optimizations with `release` sub-command: - -```bash -yarn shadow-cljs release app -mkdir -p target && cp assets/index.html target/ -yarn serve # serving target/ on http://localhost:8080 -``` - ## Description Propel is an implementation of the Push programming