hova-labs-remix

June 21, 2021 ยท View on GitHub

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

Dev Setup

npm install

In three separate tabs ๐Ÿ˜…

npm start
npm run dev
npm run dev:styles

Visit localhost:3000 to see the app

Deploying

$ npm run build
# preview deployment
$ vercel

# production deployment
$ vercel --prod