This is the template for the TeaCode Community website
Visit: community.drissboumlik.com
You start by cloning the repo
-
git clone https://github.com/teacodema/template.teacode.ma.git -
cd template.teacode.ma
Basically the markeup and styles are written in pug and sass, so in order to generate the html/css/js and assets files run :
npm installnpm run devornpx mix
