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 installornpm installyarn dev- open
http://localhost:3000with your browser to see the result
For production
- run
yarn buildor 'npm run build` - then, run
yarn startto start production build - open
http://localhost:3000with your browser to see the result
