vojtasvoboda / vojtasvoboda.cz

vojtasvoboda.cz website

Home Page:https://www.vojtasvoboda.cz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vojtasvoboda.cz

Site www.vojtasvoboda.cz

Installation

composer install
sudo npm install
cd themes/vojtasvoboda/
sudo npm install
bower install

But bower install is not neccessary, because assets/vendor folder is already in Git repository.

There is no need to build assets (by Grunt etc), because assets are build by OctoberCMS, so we just call assets/sass/site.scss in the layout.

Static variant

There is static (pre-rendered) variant of the website in /static folder.

Debug on

Create PHP file /config/dev/app.php with content:

return [
    'debug' => true
];

and set production to 'dev' in .env file. This /dev/app.php basically overrides /config/app.php file.

Project run on localhost

php artisan serve - starts PHP 5.4. built-in server (same as run php -S localhost:8000)

Delete cache

php artisan cache:clear

About

vojtasvoboda.cz website

https://www.vojtasvoboda.cz


Languages

Language:PHP 55.0%Language:JavaScript 19.8%Language:Less 10.6%Language:CSS 7.6%Language:HTML 5.8%Language:SCSS 1.2%