See the live site here
A wip attempt to redo our hovalabs.com website using remix
This repo uses the following tech/buzzwords
- React
- Remix
- Stitches
- Cloudinary
npm install
In three separate tabs 😅
npm start
npm run dev
npm run dev:styles
Visit localhost:3000 to see the app
$ npm run build
# preview deployment
$ vercel
# production deployment
$ vercel --prod