Bunch of useful tools for your daily life.
- Clone this repository
git clone https://github.com/jackkslash/toolbelt.git- Install the modules
cd toolbelt
npm install- Create .env and enter the base values
DATABASE_URL=
- Applying changes to the database
npx drizzle-kit push- Start the app
npm run start