Skip to content

Commit

Permalink
Merge pull request #9 from alefinvest/0-idea
Browse files Browse the repository at this point in the history
update encrypted json file
  • Loading branch information
alexmazaltov authored Oct 17, 2024
2 parents ad5b65d + adf7dfe commit 66988a3
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
13 changes: 13 additions & 0 deletions drush/01_crypto_host/1.dev_protocol.v0.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,19 @@ The final web application should be a sleek, professional, and intuitive platfor
- Tailwind CSS should be used for styling to ensure a responsive, modern look.
- React hooks should manage all state changes and API calls using **Promises** to maintain a smooth and efficient data flow.

# Manual enhancements

## Update project

```
git pull [email protected]:Telegram-Mini-Apps/nextjs-template.git
```

## Add shadcn and tailwind support

> https://ui.shadcn.com/docs/installation/manual
> https://tailwindcss.com/docs/guides/nextjs
# UI

## Desktop
Expand Down
Binary file modified drush/01_crypto_host/JSON_4B_1.json.gpg
Binary file not shown.
17 changes: 17 additions & 0 deletions drush/01_crypto_host/cbl_app/.env.local.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#TODO: add env variables
OPENAI_API_KEY=sk-proj-xxxxx
NEXT_PUBLIC_OPENAI_API_KEY=sk-proj-xxxxx

### Environment Variables
NEXT_PUBLIC_FIREBASE_API_KEY=***
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=***
NEXT_PUBLIC_FIREBASE_PROJECT_ID=***
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=***
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=***
NEXT_PUBLIC_FIREBASE_APP_ID=***

### Langfuse Variables
LANGFUSE_SECRET_KEY=sk-lf-***
LANGFUSE_PUBLIC_KEY=pk-lf-***
LANGFUSE_HOST="https://cloud.langfuse.com" # 🇪🇺 EU region
# LANGFUSE_BASEURL="https://us.cloud.langfuse.com" # 🇺🇸 US region
2 changes: 1 addition & 1 deletion drush/01_crypto_host/cbl_app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn-error.log*

# local env files
.env*.local
.env*
.env

# vercel
.vercel
Expand Down

0 comments on commit 66988a3

Please sign in to comment.