GitHub - svlt/front: Frontend server layer

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Nov 7, 2019. It is now read-only.

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!