/tomasvotruba.cz

Semi-static site about myself. Runs on Symplify\Statie

Primary LanguageHTML

TomasVotruba.cz - Statie based web

Build Status

Install

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

To enabled live reload after any change, we need one more thing - gulp:

npm install -g gulp gulp-watch

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!