Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.23 KB

Build Status Coverage Status

Install

composer create-project tomasvotruba/website tomasvotruba.cz @dev
npm install

Run the website

Now all you gotta do it move to the directory and run the gulp (see gulpfile.js for more details):

cd tomasvotruba.cz
gulp

And open http://localhost:8000 in your browser.

That's all!

Check The Grammar

With help of vlajos/misspell-fixer package, that has thousands of rules, fixes them all for you and still - is super fast!

# install
cd www
git clone https://github.com/vlajos/misspell-fixer
cd tomasvotruba.cz

# use
../misspell-fixer/misspell-fixer -suRVDrn source/_posts

Check Status Code of All Links

vendor/bin/http-status-check scan https://tomasvotruba.cz