Skip to content

kougi/nuxtjs-hf

Repository files navigation

Hambly Freeman Challenge - Made in Nuxt3

Still a work in progress with a few bugs to fix.

Site hosted on vercel at: https://nuxtjs-hf.vercel.app/

Setup

Install the dependencies:

yarn install

Development

Start the development server on http://localhost:3000:

yarn dev

Deploy Your Own

Build the application for production:

yarn build