feat: satoshi font, frontend styling

This commit is contained in:
Per Stark
2025-02-06 08:20:36 +01:00
parent 711e54aea1
commit 6dcae4471b
63 changed files with 4251 additions and 239 deletions

View File

@@ -13,13 +13,15 @@
release, open the <code>config.yaml</code> file and set the following configurations:
</li>
</ol>
<pre><code>OPENAI_API_KEY: your_api_key
<pre><code>
OPENAI_API_KEY: your_api_key
SMTP_EMAIL_RELAYER: your_email_relayer
SMTP_USERNAME: your_smtp_username
SMTP_PASSWORD: your_smtp_password
DB_ADDRESS: your_db_address
DB_USER: your_db_user
DB_PASSWORD: your_db_password</code></pre>
DB_PASSWORD: your_db_password
</code></pre>
<p>The database settings relate to a running instance of SurrealDB. You can opt for their cloud solution or run your
own instance.</p>