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

svlt/front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!