Bring Your API Keys and Pay for What You Use.
My detailed post in Twitter about the process of development:
https://x.com/besidka_ai/status/1946685763183133001
Project board is available here.
Pay your attention that the project is designed to run on Cloudflare Workers. It requires additional steps to run it via Cloudflare Workers preview or deploy to the production environment.
The steps below are for local development only for the quick start and check.
Clone the repository.
git clone git@github.com:besidka/besidka.git
Go to the project directory. Install the dependencies.
cd besidka
pnpm install
Copy wrangler and ENV related files.
cp .dev.vars.example .dev.vars
cp wrangler.jsonc.example wrangler.jsonc
Generate environment types for the project.
pnpm run cf-typegen
Prepare drizzle migrations.
# Expected output is .drizzle/migrations/*.sql
pnpm run db:generate
Apply the migrations to the D1 database.
# Expected output is .wrangler/state/v3/d1/*.sqlite
pnpx wrangler d1 migrations apply besidka
Start the development server.
pnpm run dev
# Total issues: 0
snyk code test
| Light theme | |
|---|---|
|
|
|
| Dark theme | |
|
|
|
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.