Skip to content

authpass/authpass.app-website

Repository files navigation

As deployed at https://authpass.app/ based on DC2F.

Managing content/data types/templates

  • Start server:

    ./dc2f.sh -t serve

  • Content: web/content
  • Data Types: src/main/kotlin/app/authpass/website
  • Templates: Right now does not contain customized templates. Based on dc2f-common

Build production website

DC2F_ENV=production ./dc2f.sh build
_tools/build_and_deploy.sh