Skip to content

vitoUwu/tiny-tales

Repository files navigation

Tiny Tales

This is a T3 Stack project bootstrapped with create-t3-app.

Tiny Tales is a place where you can post tiny texts. It uses:

The front end is deployed at vercel and the database is deployed at planetscale.

How to run locally?

First you need to clone this repository. After this you need to install all dependencies using npm install (Node is mandatory). You will need a postgres database running somewhere, it can be locally too. Also an .env file following the example from .env.example file will need to be created. After all this you can finally run this project using npm run dev.