diff --git a/README.md b/README.md index 9c53908..1ea3004 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Relay + + A self-hosted real-time chat platform written in async Rust. > **Status:** Early development. Not production ready. diff --git a/docs/assets/relay-banner.png b/docs/assets/relay-banner.png new file mode 100644 index 0000000..3cf7d6a Binary files /dev/null and b/docs/assets/relay-banner.png differ diff --git a/frontend/.gitignore b/frontend/.gitignore index a547bf3..289e710 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -10,6 +10,7 @@ lerna-debug.log* node_modules dist dist-ssr +.vite *.local # Editor directories and files diff --git a/frontend/index.html b/frontend/index.html index 927495d..d14c871 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,8 +2,14 @@
- + + + + + + +