Choices
lets you build a single page application to let users traverse
a set of related options and get feedback from their choices.
- Configure the application at
config.yml
- Test your configuration with
lein test
- Compile with
lein fig:min
- Your static files are ready in
resources/public/
- Configure the application at
src/cljs/choices/config.cljs
- Compile with
lein fig:build
- Check your web browser
- Adapt
config.cljs
to your needs
Contributions are welcome. You can send feedback and patches to ~bzg/dev@lists.sr.ht. For patches, please configure your local copy of the repository to add a prefix to the subject line of your emails:
~$ git config format.subjectPrefix 'PATCH choices'
If you like Clojure(script), please consider supporting maintainers by donating to clojuriststogether.org.
2019-2020 DINUM, Bastien Guerry.
This application is published under the EPL 2.0 license.