Skip to content

remix-austin/new-remixaustin-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

060a714 · Aug 11, 2024

History

10 Commits
Jun 10, 2024
Jun 14, 2024
Jun 14, 2024
May 2, 2024
Jun 10, 2024
May 2, 2024
Jun 10, 2024
Jun 7, 2024
Jun 7, 2024
Aug 11, 2024
Jun 14, 2024
Jun 14, 2024
Jun 10, 2024
Jun 10, 2024
Jun 14, 2024
Jun 14, 2024

Repository files navigation

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

  • build/server
  • build/client