An http(s)-based update provider for nano-launcher
- NodeJS 18.x, if you just want to run the project
- Docker, if you want to run the project in a containerized environment
- Create the folder "/data" in the root of the project (this is the folder that will hold the files of your update)
npm install
npm run dev
- Replace the dummy path below to point to the folder you've created in the root directory of the project
docker build . -t cosmos
docker run -p 5000:5000 -v absolute/path/to/data/folder:/data cosmos