vanclist / spatoday

Experiment with Pagekit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spatoday

Experiment with Pagekit - modular and lightweight CMS built with Symfony components.

Getting started

git clone --branch develop git://github.com/vanclist/spatoday.git

Navigate to the cloned directory and install PHP dependencies.

composer install

Install Node dependencies and build the front-end components:

npm install

To watch for local LESS asset changes, run gulp watch.

To watch for JS module changes, run webpack --watch.

When the installer has finished, point your browser to the Spatoday URL on your web server and follow the installer.

Stay up to date

If you've set up Spatoday from source, run these commands to get new commits and to rebuild everything you need.

git pull
composer update
npm install
bower update
gulp
webpack

CLI

Spatoday offers a set of commands to run usual tasks on the command line. You can see the available commands with

./spatoday --help

About

Experiment with Pagekit

License:MIT License


Languages

Language:JavaScript 42.6%Language:PHP 31.2%Language:CSS 23.8%Language:Vue 2.2%Language:HTML 0.1%Language:ApacheConf 0.0%Language:Shell 0.0%