git.fiddlerwoaroof.com
Browse code

update README

fiddlerwoaroof authored on 08/08/2017 23:14:36
Showing 1 changed files
... ...
@@ -1,41 +1,16 @@
1 1
 # feed-archive
2 2
 
3
-A [Hoplon][3] project designed to...well, that part is up to you.
3
+A [Hoplon][3] interface for a static feed-archiving app.
4 4
 
5 5
 ## Dependencies
6 6
 
7 7
 - java 1.7+
8 8
 - [boot][1]
9 9
 
10
-## Usage
11
-### Development
12
-1. Start the `dev` task. In a terminal run:
13
-    ```bash
14
-    $ boot dev
15
-    ```
16
-    This will give you a  Hoplon development setup with:
17
-    - auto compilation on file changes
18
-    - audible warning for compilation success or failures
19
-    - auto reload the html page on changes
20
-    - Clojurescript REPL
21
-
22
-2. Go to [http://localhost:8000][2] in your browser. You should see "Hello, Hoplon!".
23
-
24
-3. If you edit and save a file, the task will recompile the code and reload the
25
-   browser to show the updated version.
26
-
27
-### Production
28
-1. Run the `prod` task. In a terminal run:
29
-    ```bash
30
-    $ boot prod
31
-    ```
32
-
33
-2. The compiled files will be on the `target/` directory. This will use
34
-   advanced compilation and prerender the html.
35 10
 
36 11
 ## License
37 12
 
38
-Copyright © 2017, **Your Name Goes Here**
13
+Copyright © 2017, **Edward Langley**
39 14
 
40 15
 [1]: http://boot-clj.com
41 16
 [2]: http://localhost:8000