mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Version 0.99.9-SNAPSHOT
This commit is contained in:
parent
d4ac9b3586
commit
c76c821770
9 changed files with 135 additions and 109 deletions
|
|
@ -9,11 +9,11 @@ To start a web server for the application during development, run:
|
|||
|
||||
lein bower install
|
||||
lein ring server
|
||||
|
||||
|
||||
This should start a development server, and open a new window or tab in your default browser with the default page of the wiki loaded into it.
|
||||
|
||||
## Editing
|
||||
I generally use [LightTable]() as my `Clojure` editor, but it doesn't really matter what you use; if you run Smeagol as described above, then all changes you make in the code (and save) will instantly be applied to the running system. This makes for a productive development environment.
|
||||
I generally use [LightTable](http://lighttable.com/) as my `Clojure` editor, but it doesn't really matter what you use; if you run Smeagol as described above, then all changes you make in the code (and save) will instantly be applied to the running system. This makes for a productive development environment.
|
||||
|
||||
## Documentation
|
||||
It is my intention that the code should be sufficiently well documented to be easy to understand. Documentation may be generated from the code by running
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue