Welcome to Duct

Congratulations! Your project {{name}} is ready and running.

This is a static welcome page located at resources/{{dirs}}/public/index.html in the project directory. Remove or replace it when you start developing. If you remove the index page entirely, be sure to change the :route-aliases map in resources/{{dirs}}/system.edn.

Template profiles used:

{{#cljs?}}
+cljs
Adds ClojureScript support. Try running (cljs-repl) in the REPL.
{{/cljs?}} {{#example?}}
+example
Adds an example endpoint at /example.
{{/example?}} {{#heroku?}}
+heroku
Adds files and middleware for deploying to Heroku.
{{/heroku?}} {{#postgres?}}
+postgres
Adds a PostgreSQL dependency and database component. The database used for development defaults to postgres on localhost.
{{/postgres?}} {{#ragtime?}}
+ragtime
Adds Ragtime migrations. Use (migrate) and (rollback) in the REPL. Migrations are stored in resources/{{dirs}}/migrations.
{{/ragtime?}} {{#site?}}
+site
Adds middleware and configuration suited for a user-facing website.
{{/site?}} {{#sqlite?}}
+sqlite
Adds a SQLite dependency and database component. The database used for development defaults to db/dev.sqlite.
{{/sqlite?}}
{{#cljs?}}{{/cljs?}}