Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 436 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 436 Bytes

Elden Caw

This project is a rudimentary Twitter clone with a small twist: messages must conform to Elden Ring constraints.

A souls-like-twitter-lite if you will.

This is a T3 Stack project bootstrapped with create-t3-app, so go check them out!

To run locally, install dependencies:

npm install

Sync Prisma to the database:

npx prisma db push

Run dev server:

npm run dev