Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 572 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 572 Bytes

REFLX Labs Inc Website

This repository contains (almost) everything that makes up reflxlabsinc.com.

Powered by Sculpin. =)

© REFLX Labs Inc

Build

sculpin install
sculpin generate --server --watch

Your newly generated clone of reflxlabsinc.com is now accessible at http://localhost:8000/.

If You Need Sculpin

curl -O https://download.sculpin.io/sculpin.phar
php sculpin.phar install
php sculpin.phar generate --server --watch