|
|
# Install local for development #
|
|
|
|
|
|
1. Install [node](https://nodejs.org/en/download/) for your System
|
|
|
1. Clone the Accelerator repo: https://gitlab.reutlingen-university.de/ksystem/Accelerator.git
|
|
|
1. Run the console (cmd on win), go to the Accelerator folder and run: <pre>npm i</pre> to install node deps
|
|
|
1. Now start the server with: <pre>node server.js</pre>
|
|
|
1. Visit https://127.0.0.1
|
|
|
|
|
|
## Start /Restart Accelerator Server #
|
|
|
1. Start with <pre>node server.js</pre>
|
|
|
2. Stop with <pre>strg+c</pre>
|
|
|
|
|
|
## Develop Notes #
|
|
|
* If you change the basicServer.js you have to restart the server...
|
|
|
* If you change the frontend (public folder) you don't have to restart the Server. Just refresh the Browser!
|
|
|
|