Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 363 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 363 Bytes

svlt/front

A web interface for svlt/back

Requirements

  • PHP 5.6+/HHVM
  • Composer
  • Bower
  • Gulp

Installation

Clone the repository, then run these:

composer install
cp config-sample.php config.php
cd assets/
bower install
gulp scss app_js vendor_js

Further setup information (connecting to svlt/back, setting up URL rewrites, etc.) soon!