alonextou / blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

git clone git@github.com:/awc737/blog && cd blog

Using Docker:

docker build -t awc737/blog .

docker run --name blog -it -p 8001:80 -v `pwd`:/var/www/blog awc737/blog

Optionally remove the container when finished:

docker rm blog

Development:

To watch and recompile SASS and JS, from the repository directory:

npm install -g grunt-cli

grunt

About


Languages

Language:HTML 76.7%Language:CSS 13.7%Language:PHP 9.2%Language:JavaScript 0.3%