- Notifications
You must be signed in to change notification settings - Fork1
A opinionated hypermedia-driven architecture balancing developer experience and performance.
License
NotificationsYou must be signed in to change notification settings
fvucemilo/beth-stack
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
It may not be the BEST stack, but it is the BETH stack.
Also:typed-html,tailwind-css,drizzle,hyperscript andfly.io
Clone this repo
InstallBun
Run
bun install
to install dependenciesCreate a database withTurso and add the connection url and token to a
.env
file in the root of this projectRun
bun run db:push
to push the database schema to your databaseRun
bun run dev
to start the dev server
Install theFly CLI
Run
fly launch
Run
fly secrets set DATABASE_URL=<your url>
&fly secrets set DATABASE_AUTH_TOKEN=<your token>
Generate the tailwind css file with
bun run tw
Run
fly deploy