deployment-talks/chat-app
2024-10-27 22:43:29 -04:00
..
frontend Use the Bun environment. 2024-10-23 22:32:15 -04:00
src Add some logging to the event handlers for the chat room, add styles provided by my wife 2024-10-27 22:43:29 -04:00
static Add some logging to the event handlers for the chat room, add styles provided by my wife 2024-10-27 22:43:29 -04:00
.editorconfig Add the Chat Rooms. Start working on the frontend app. 2024-09-29 21:49:30 -04:00
.env.sample Default app port to 5000 2024-10-26 21:58:09 -04:00
.gitignore Build and replace envvars, run on local transport 2024-10-23 22:18:29 -04:00
build.ts Wrap the filer on the build.ts 2024-10-26 22:36:15 -04:00
bun.lockb Add to the talk JS. 2024-10-27 21:45:09 -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