Skip to content
Snippets Groups Projects
Commit 12a2302e authored by Martin Wighus Holtmon's avatar Martin Wighus Holtmon
Browse files

Update README.md

parent 145601b7
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@
### How to setup project
1. Clone the project
2. Open into the project directory that you want to work on, e.g.: projectFirstPart, projectSecondPart etc...
3. Open a terminal window at this directory:
3. Open a terminal window at that directory:
- Install modules: `npn install`
- Build the website: `npm run build:w`
- Run the webserver: `node webServer.js`
- This command essentially builds the website every thime you change something (:w = watch)
- On linux/mac you could run this one-liner: `node webServer.js && npn run build:w`
- On Windows, the simplest way is to open two terminal windows for each command. (You could also run the start.bat file in the directory)
\ No newline at end of file
- On linux/mac you could run this one-liner to build and run the website: `node webServer.js && npn run build:w`
- On Windows, the simplest way is to open two terminal windows for each command. (You could also run the start.bat file in each the directory)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment