Welcome to Duct

Congratulations! Your project asciinema is ready and running.

This is a static welcome page located at resources/asciinema/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/asciinema/system.edn.

Template profiles used:

+example
Adds an example endpoint at /example.
+postgres
Adds a PostgreSQL dependency and database component. The database used for development defaults to postgres on localhost.
+ragtime
Adds Ragtime migrations. Use (migrate) and (rollback) in the REPL. Migrations are stored in resources/asciinema/migrations.
+site
Adds middleware and configuration suited for a user-facing website.