Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 649 Bytes

readme.md

File metadata and controls

22 lines (12 loc) · 649 Bytes

TeaCode Community

This is the template for the TeaCode Community website

Visit: community.drissboumlik.com

Cloning

You start by cloning the repo

  1. git clone https://github.com/teacodema/template.teacode.ma.git

  2. cd template.teacode.ma

Running

Basically the markeup and styles are written in pug and sass, so in order to generate the html/css/js and assets files run :

  1. npm install
  2. npm run dev or npx mix