From 41448bd82b8b0326ad5ef1cd88bcd4e6cea0ebf9 Mon Sep 17 00:00:00 2001 From: Max Roeleveld Date: Wed, 31 Oct 2018 16:20:15 +0100 Subject: [PATCH] Add the bits about NPM install. These are kinda required if you want to be able to open the backend. ;) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de6b9f0a..f6364cab 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Install - Check out the git repo - Run `composer install` + - Run `npm install && npm run build` Set up Database ---------------