remix-austin / new-remixaustin-com

2 stars 0 forks source link

Welcome to Remix Austin (v2)

Rebuilding remixaustin.com

Figma

Design mockups

Development

Run the Vite dev server:

npm run dev

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

DIY

If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of npm run build