logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: a97f6a64adae5efb9a154b08eba3158fe39b52f6
parent: fcb950fb43f40549d220da729120b93ad416b2d0
Author: lambadalambda <gitgud@rogerbraun.net>
Date:   Sun, 19 Feb 2017 16:15:42 -0500

Update README.md

Diffstat:

MREADME.md3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -12,7 +12,8 @@ You don't need to build Pleroma yourself. Check out https://gitgud.io/lambadalam ``` bash # install dependencies -npm install +npm install -g yarn +yarn # serve with hot reload at localhost:8080 npm run dev