Heavily inspired by https://leerob.io
Clone the project
git clone https://github.com/noelrohi/rohi.dev.git
Go to the project directory
cd rohi.dev
Install dependencies
npm install
Migrate the database
npm run db migrate
Start the server
npm run dev