this project was built with Next JS and tailwind CSS.
you can see the completed website in action here
Run on development server
- clone this repository
yarn install
ornpm install
yarn dev
- open
https://localhost:3000
with your browser to see the result
For production
- run
yarn build
or 'npm run build` - then, run
yarn start
to start production build - open
https://localhost:3000
with your browser to see the result