https://github.com/authpass/authpass.app-website
https://github.com/authpass/authpass.app-website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/authpass/authpass.app-website
- Owner: authpass
- Created: 2019-09-12T13:00:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T07:54:42.000Z (over 1 year ago)
- Last Synced: 2025-01-18T02:27:53.045Z (5 months ago)
- Language: SCSS
- Size: 33.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website for [AuthPass - Password Manager](https://authpass.app/)
As deployed at https://authpass.app/ based on [DC2F](https://github.com/dc2f/dc2f.kt).
## 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](https://github.com/dc2f/dc2f-common)## Build production website
```
DC2F_ENV=production ./dc2f.sh build
```## Deploying to https://authpass.app/
```bash
_tools/build_and_deploy.sh
```