Documentation

pull/722/head
Dessalines 5 years ago
parent e7697cf20b
commit 66cbd050a1

@ -73,7 +73,6 @@ and goto http://localhost:8536
#### Running
```
git clone https://github.com/dessalines/lemmy
export DATABASE_URL=postgres://rrr:rrr@localhost/rrr
cd lemmy
./install.sh
# For live coding, where both the front and back end, automagically reload on any save, do:

@ -1,6 +1,8 @@
#!/bin/sh
set -e
export DATABASE_URL=postgres://rrr:rrr@localhost/rrr
cd ui
yarn
yarn build

Loading…
Cancel
Save