tweetmix icon indicating copy to clipboard operation
tweetmix copied to clipboard

Tweetmix: A Twitter clone built with Remix

Development

We'll be using a local sqlite database to power our Cloudflare D1 database. To create this local database, run:

npm run db:migrate:fresh

You can also re-run this task any time you want to wipe your database and start over.

Start the local development server with:

npm run dev

Open up http://127.0.0.1:8788 and you should be ready to go!