This is the second repo of the website. Used PUG:dog: for saving time and increasing reusibility of html codes.
- Clone this repository
- Make sure that you have npm and nodejs installed on your computer
- Run
npm install
to download all the dependencies - MAKE CHANGES
- Run
npm run devStart
to compile pug into html - Check compiled html in
deploy
folder
- pug-cli compile commands
- converting html to pug
git pull
git add .
git commit -m 'some meaningful message'
git push
- Run
npm run beforeDeploy
to compile pug files into static html files and compress images. - Deploy files located in
/deploy
directory