mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Documentation
This commit is contained in:
parent
06861f3ec2
commit
9b9e57a69d
2 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue