Install bunJS
To install dependencies:
bun installTo run:
bun run To run as service:
Edit the grow.service file to the correct paths (replace USER with your user account) Copy it to /etc/systemd/system Run:
sudo systemctl enable grow
sudo systemctl start growThis project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.