/lit-gundb-chat-demo

Primary LanguageTypeScriptMIT LicenseMIT

WIP lit-gundb-chat-demo

Chat room with sample conversation between "ghostface" and "freddy"

TODO:

  • Encrypted messages
  • Multiple rooms
  • Private messages

Quickstart

Install dependencies:

yarn

Start the dev server:

yarn serve

This will open localhost:8000 in a new tab in your default browser.

Scripts

  • serve runs your app for development, reloading on file changes
  • start runs your app after it has been built using the build command
  • build builds your app and outputs it in your dist directory
  • test runs your test suite with Web Test Runner
  • lint runs the linter for your project

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.