Project using npm, webpack, tailwindcss, lucide (icons)
cd into this dir
to install all required dependencies - first run: npm i
npm i
to build for production @ /dist: npm run build
npm run build
to launch dev server: npm run dev
npm run dev