@ -73,7 +73,6 @@ and goto http://localhost:8536
#### Running
```
git clone https://github.com/dessalines/lemmy
export DATABASE_URL=postgres://rrr:[email protected]/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
cd ui
yarn
yarn build