yay initial commit
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Chookchat
|
||||
|
||||
This is a simple message board
|
||||
|
||||
Features:
|
||||
|
||||
- Username/password access (passwords secured by bcrypt2)
|
||||
- Markdown rendering
|
||||
|
||||
## Building
|
||||
|
||||
Install `bin2cpp` and `maddy`.
|
||||
|
||||
Then, do the following:
|
||||
|
||||
```sh
|
||||
# serialises the client using bin2cpp
|
||||
sh build.sh
|
||||
|
||||
cd server
|
||||
meson setup builddir
|
||||
meson compile -C builddir
|
||||
|
||||
# run with
|
||||
./builddir/chookchat
|
||||
```
|
||||
Reference in New Issue
Block a user