MaxIV-KitsControls / Elogy

GNU General Public License v3.0
7 stars 1 forks source link

Local development tweaks #1

Closed johanfforsberg closed 5 years ago

johanfforsberg commented 5 years ago

A few config changes to make it easier to run elogy locally, e.g. for development.

Also added a couple of Makefiles, containing quick commands for setting up and running a local install. Running the following commands from the Elogy directory should result in an up-and-running backend and the frontend running in a node proxy dev server at port 3000.

make install
make run -j2

I have only tested these on my machine, it may be that they need some more polish to be generally useful.