Skip to content

arximboldi/mittagessen

Repository files navigation

mittagessen

This is the code for Mittagessen. It is built using ClojureScript and Reagent.

Development

Compile

make

Watchers

TL;DR run this and go to: localhost:8746/debug/

make dev

Long version

make figwheel

Now you have a server on http://localhost:3449 that autoupdates whenever you touch a file. When touching the Sass files, one should do as well:

make watch-sass

Alternatively, it is possible to npm install and then run a local server with:

make serve

This creates a server in localhost:8746 that also serves the release version of the application. The debug version is available on localhost:8746/debug/

Deployment

make upload

Fill the password in host.ncftpput and remember to not commit it!

License

license

Copyright (c) 2011-2016 Juan Pedro Bolivar Puente raskolnikov@gnu.org

This file is part of Mittagessen.

Mittagessen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Mittagessen is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with Mittagessen. If not, see http://www.gnu.org/licenses/.