feat: pivot to social media workflow app
Some checks failed
Backend CI/CD / build_and_deploy (push) Has been cancelled
Frontend CI/CD / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-04-24 12:58:35 -04:00
parent 0f4acc1b6d
commit df3e602015
349 changed files with 18685 additions and 16010 deletions

View File

@@ -7,13 +7,9 @@ Hutopia frontEnd. Using vue3 and vuetify3.
## System Setup
Setup SSL certificates for localhost on your machine. Use the following commands to generate and store the certificates.
Local frontend runtime configuration lives in `.env.development` for development and `.env.production` for production. Update those files when changing API endpoints or OAuth client ids.
```sh
openssl genrsa -out localhost-key.pem
openssl req -new -key localhost-key.pem -out csr.pem
openssl x509 -req -days 365 -in csr.pem -signkey localhost-key.pem -out localhost.pem
```
The dev server runs over HTTP on `http://localhost:5173`.
## Recommended IDE Setup