⏱️ This repositery contains API source code for Automate.
⌚️ UI source code can be found here
📌 LIVE version is available here https://automate.chronologic.network/
ProductHunt is here
❓ Tutorials and help are here
Install with npm install
Start development instance with npm run dev
Create production build with npm run build
Start MongoDB instance using
docker-compose -f mongo.yml up
or any other instance compatible with mongodb://root:example@localhost:27017
connection string.