For the previous version please check v1 branch
This project built using Vue 3 and Tailwind CSS. I highly recommend having a basic knowledge of these technologies to start working with the provided code.
After locally cloning the code proceed with the following steps:
- Install dependencies
npm ci
- Run local serve
npm run serve
- Build for production
npm run build
Building a production build will provide optimized resources alongside pre-rendering the website for optimal SEO. Using Vue in this project was for interactivity and code decoupling.