We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b1f57 commit 160beb3Copy full SHA for 160beb3
2 files changed
README.md
@@ -23,6 +23,8 @@ npm run start
23
24
To start your application:
25
26
+**Remember to replace the `ENV` in Dockerfile
27
+
28
```
29
docker-compose up -d
30
TODO.md
@@ -0,0 +1,4 @@
1
+- [ ] Name is shared on process
2
+ - [ ] Store `uid: realname`
3
+ - [ ] Query when button is pressed
4
+ - [ ] Send realname + class to channel
0 commit comments