Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 449 Bytes

developing.rst

File metadata and controls

29 lines (16 loc) · 449 Bytes

Developing

Make sure that you have Leiningen. installed.

Clone, the repository:

$ git clone git@github.com:honza/ansel.git

Run the server with code reloading:

$ lein ring server

Note that running the server this way disables the background saving.

Run the server including background saving. This is the same as running the uberjar:

$ lein run