deployment-talks/chat-app
2024-10-26 21:29:56 -04:00
..
frontend Use the Bun environment. 2024-10-23 22:32:15 -04:00
src Build and replace envvars, run on local transport 2024-10-23 22:18:29 -04:00
static Build and replace envvars, run on local transport 2024-10-23 22:18:29 -04:00
.editorconfig Add the Chat Rooms. Start working on the frontend app. 2024-09-29 21:49:30 -04:00
.env.sample Build and replace envvars, run on local transport 2024-10-23 22:18:29 -04:00
.gitignore Build and replace envvars, run on local transport 2024-10-23 22:18:29 -04:00
build.ts Use the Bun environment. 2024-10-23 22:32:15 -04:00
bun.lockb Start thinking about how to actually use Mithril to build a frontend for this app. 2024-10-04 22:57:21 -04:00
package.json Hey the chat works now a bit. 2024-10-08 08:42:15 -04:00
README.md Add the Chat Rooms. Start working on the frontend app. 2024-09-29 21:49:30 -04:00
tsconfig.json Add the Chat Rooms. Start working on the frontend app. 2024-09-29 21:49:30 -04:00

To install dependencies:

bun install

To run:

bun run dev

open http://localhost:3000