This is an online ticket sales website for Le Coin Du Jazz.
It's using:
And is deployed on Cloudflare Pages.
First install packages:
npm install
Then, initialize the database:
npx wrangler d1 execute lecoindujazz-dev --file=./drizzle/0000_normal_lady_deathstrike.sql
npx wrangler d1 execute lecoindujazz-dev --file=./drizzle/0001_confused_green_goblin.sql
Copy the .env.example
file and fill up the values with something meaningful. You only need to fill up Stripe ones if you want to test buying tickets.
Then build the app once:
npm run build
Finally, start the remix dev server and wrangler
npm run dev
Open up http://127.0.0.1:8788 and you should be ready to go 🥳!