- This project has been developped using Hugo, Gulp, Sass and TailwindCSS framework
- Install Dependencies with NPM
pnpm install
- Start development environment
pnpm start
(will launch on localhost:3000/apap)hugo serve -vw
- Start with Production features (autoprefixer, cleanCSS, purgeCSS, imagemin)
gulp --prod