oscarmorrison / md-page

📝 create a webpage with just markdown
https://oscarmorrison.github.io/md-page/
MIT License
1.29k stars 98 forks source link

Question about setting up dev #36

Closed p1ho closed 5 years ago

p1ho commented 5 years ago

Hello,

I have a question about DEV_README I understand uglify-js is needed to compile the js files you have, but I'm unsure what make is referring to. Is this related to the Makefile ? I got the build process to run using the command ./Makefile on Git Bash on Windows 10, but I can't specify whether I want to run concat or setup.

oscarmorrison commented 5 years ago

Hey @p1ho I have updated readme docs https://github.com/oscarmorrison/md-page/blob/master/DEV_README.md

make file is just to save the concat and install

make setup

make concat