From 3303d4d8f0a53299841cb22f3f1dd2fedd32a612 Mon Sep 17 00:00:00 2001 From: HDenizD Date: Wed, 1 Aug 2018 22:21:30 +0200 Subject: [PATCH] added a dependence see 4. libpng-dev --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ebf47f9..94a7f3e 100644 --- a/README.md +++ b/README.md @@ -88,14 +88,15 @@ If this returns a version number, NodeJS is installed. **If not**, get NodeJS
3. Run the post setup script to install typescript:
$ `npm run postsetup`

-4. Install all dependencies by typing
+4. Make sure you installed "libpng-dev"

+5. Install all dependencies by typing
$ `npm install`

-5. Compile the assets
+6. Compile the assets
$ `npm run assets-dev`

-6. Fill in your config secrets
+7. Fill in your config secrets
$ `cp .env.dist .env`

And fill that file

-7. Start the server
+8. Start the server
$ `npm run dev`

Or use Docker: