TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
- Using Docker
docker build -t dwn-aggregator .
docker container run --init --rm --name dwn-aggregator -p 3000:3000 dwn-aggregator
- Running locally
npm install
node src/index.js
ngrok http 3000
- System dependencies
This build depends on the g++
compiler, GNU's C++ compiler impl. When not available on the system, you may find in your error logs:
npm ERR! make: g++: No such file or directory
To fix, ensure g++
is available on your system:
Install Xcode Command Line tools.
sudo dnf install -y g++
For other platforms, use your appropriate repository manager, for instance yum
, apt-get
, or deb
.
In Windows Subsystem for Linux (WSL): sudo apt-get install build-essential gdb
. (Untested; please open issue or PR to validate/correct and update this documentation!)
TODO: Describe and show how to build your code and run the tests.
TODO: Explain how other users and developers can contribute to make your code better.
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files: