Skip to content

Find underground music event's in Sydney. Built with Remix, React, TypeScript, Tailwind and DaisyUI.

Notifications You must be signed in to change notification settings

jmcmullen/sydney-parties

Repository files navigation

Welcome to Remix!

Development

You will be running two processes during development:

  • The Miniflare server (miniflare is a local environment for Cloudflare Workers)
  • The Remix development server
# in one tab, start the remix dev server
$ npm run dev

# in another, start the miniflare server
$ npm start

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

If you'd rather run everything in a single tab, you can look at concurrently or similar tools to run both processes in one tab.

Deployment

Use wrangler to build and deploy your application to Cloudflare Workers. If you don't have it yet, follow the installation guide to get it setup. Be sure to authenticate the CLI as well.

Once that's done, you should be able to deploy your app:

npm run deploy

About

Find underground music event's in Sydney. Built with Remix, React, TypeScript, Tailwind and DaisyUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published