Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.3 KB

APPREADME.md

File metadata and controls

44 lines (31 loc) · 1.3 KB

<%= @app_name %>

Katalyst project for <%= @app_name %>.

Development

To run the rails server as well as watching for dartsass changes, the application provides a Procfile (run through foreman) to use this, run bin/dev then visit localhost.

Admin

Koi has been mounted automatically at /admin, which can be configured via the routes file.

You will need to create an admin user to access /admin. In production and staging environments you can do this by getting a shell on an instance using bin/ecs-ssh.

bin/admin-adduser

If your username matches your Katalyst email address then when you're running locally with local admin enabled in AdminController then you will be automatically signed in as yourself.

Prerequisites

This project uses:

CI/CD

This project uses Github Actions for CI/CD.