- Next.js –
framework
- Typescript –
language
- Tailwind –
Styling
- Drizzle –
ORM
- Turso –
database
- Cloudflare –
hosting
To run the code locally, follow the below steps:
# STEP 1: Clone the project from github
$ git clone https://github.com/lohxt1/tick.git
$ cd tick
# STEP 2: Install the requirements
$ pnpm i
# STEP 3: Running the app in dev mode
$ pnpm dev