This project finds outdated packages in your repository and reminds you via email. You can set a reminder for your each projects and be up-to-date with everyday check-ups.
- Check packages in your repository
- Set a daily reminder
- Stay up-to-date
This project uses a number of open source projects to work properly:
- TypeScript
- Node.js
- Express
- MongoDB
- React
Required Node.js v8+ to run.
Install the dependencies and devDependencies and start the server.
$ cd server
$ npm install
$ npm run start
Install the dependencies and devDependencies and start the client.
$ cd client
$ npm install
$ npm run start
MIT