This repo contains the source code to SimBridge
Please make sure you have:
NodeJS 16 - Homepage
- Install the latest node/npm,
- Install NVM for windows or nvm for *nix
- $ nvm install v16.20.0
- $ nvm use 16.20.0
First time
$ ./scripts/setup.shthen every time to want to run it
$ npm run start
#or if you want to use magic hot reloading upon save
$ npm run start:dev
# Wipe build/ and dist/ folders, build all packages, package to exe and copy dependencies/resources to build folder
$ npm run build:exec
# Package to exe and copy dependencies/resources to build folder, without rebuilding
$ npm run install:exec
Start the server and direct to localhost:8380/api for API documentation