No database, just plain PHP & LESS css.
This project requires PHP and NodeJS to compile LESS css.
PHP should be easy enough to install or already provided on your OS.
Regarding NodeJS, few hints for the newcomers :
- On OS X you should install NodeJS with Homebrew (
brew install nodejs
). - On Linux and Windows, see nodejs.org download section
or use your favorite package manager (ex.
apt-get install nodejs
).
Then install project dependencies (less, autoless, etc) :
npm install
./node_modules/autoless/bin/autoless css/less/ css/
php -S localhost:8000
Setup :
git remote add heroku git@heroku.com:piquenique.git
heroku config:push
Deployment :
git push heroku master