feat: pivot to social media workflow app
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user