Closed arianfiftyone closed 12 months ago
Added a script to build and run backend:
build_and_run.sh makes the script executable, checks which OS is running on the machine and compiles it depending on, then it builds the lib/main.go.
build_and_run.sh
lib/main.go
README.md got some minor updates to the install instructions.
README.md
LGTM
Added a script to build and run backend:
build_and_run.sh
makes the script executable, checks which OS is running on the machine and compiles it depending on, then it builds thelib/main.go
.README.md
got some minor updates to the install instructions.