From ddce2bd3c66a62cb96b2b7ef0602c00c586c429b Mon Sep 17 00:00:00 2001 From: Gabriel Giovanini Date: Sat, 22 Jun 2019 15:40:06 +0200 Subject: Bootstrap web site --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..9625e27 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ + +### Development mode +To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal: + +``` +lein figwheel +``` + +Figwheel will automatically push cljs changes to the browser. +Once Figwheel starts up, you should be able to open the `public/index.html` page in the browser. + +### REPL + +The project is setup to start nREPL on port `7002` once Figwheel starts. +Once you connect to the nREPL, run `(cljs)` to switch to the ClojureScript REPL. + +### Building for production + +``` +lein clean +lein package +``` -- cgit v1.2.3