From 92c4b5df20b9b21feb3c6d16c5b132030619c365 Mon Sep 17 00:00:00 2001 From: Martin Wighus Holtmon <martinwh@stud.ntnu.no> Date: Mon, 1 Nov 2021 15:11:11 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c3c60c..85a04e6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - Install modules: `npn install` - Build the website: `npm run build:w` - This command essentially builds the website every thime you change something (:w = watch) - - If you modify the webpack.config.js file, you need to cancel and run this command again (every time you create a new page). + - If you modify the _webpack.config.js_ file, you need to cancel and run this command again to generate the bundle. - Run the webserver: `node webServer.js` - How to build and run the website: - On linux/mac you could run this one-liner to build and run the website: `node webServer.js && npn run build:w` -- GitLab