/conference-rating

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Conference-Tracking

Status

Build Status

Development (with Docker Compose)

Install Docker Compose and run:

docker-compose up

Then open http://localhost:3000.

Development (without Docker Compose)

Install Leiningen, if you don't already have it.

To run the app locally, you need to execute the following commands:

  • ./go serve-backend starts server (http://localhost:3000)
  • ./go serve-frontend starts cljs autocompiler
  • ./go serve-styles starts the less compiler

Other useful commands are:

  • ./go unit-test to run unit tests
  • ./go functional-test to run functional tests
  • ./go test to run all tests
  • ./go check-codestyle to run code style recommendations

Links