a reddit clone built with remix.run, tailwind, and postgres
Make sure you have docker and docker-compose installed
docker
docker-compose
yarn setup
Will start and initialize the database, then run migrations
yarn start
Will start the development server