Skip to content

A basic one-pager website built using Next.js, theme-ui and react-hook-form

License

Notifications You must be signed in to change notification settings

marothi-codes/ads-website

Repository files navigation

Getting Started

Install the dependencies and run the development server

npm install
npm run dev
# or
yarn
yarn dev