From 942ce049f4e2440dd2d551794b75c56cf5698f4c Mon Sep 17 00:00:00 2001 From: Hans Gerwitz Date: Mon, 19 Sep 2022 21:42:52 +0200 Subject: [PATCH] ungulp README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 085e55f9..cecd48cb 100755 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Source files are in `/src` and site is built to `/_site`. -To set up, from the root directory: `gulp build` -To test: `gulp serve` +To set up, from the root directory: `npm run build` +To test: `npm run start` ## Standards