This project is a visual timeline of the political history of Latin America.
- Develop locally with
npm run dev
- Make sure the database string in
.env.example
is updated- Ex: Railway > Project > Variable > DATABASE_URL
Update Data
- View it locally with
npm run db:studio
- Fully delete and repopulate data with
npm run db:reset
Prisma Commands
- migrate: npx prisma migrate dev --name ${NAME}