Home

Awesome

hova-labs-remix

See the live site here

A wip attempt to redo our hovalabs.com website using remix

This repo uses the following tech/buzzwords

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