@stevensadvertising/grymca-fitstyle
v1.4.5
Published
A design system for GRYMCA.
Downloads
21
Keywords
Readme
GRYMCA FitStyle Design System
A framework for creatining and maintaining design standards on the GRYMCA website.
View documentation here: GRYMCA FitStyle Design System
Powered by Sculpin. =)
Prerequisites
Sculpin is a PHP application and installed with the PHP package manager composer
.
See https://getcomposer.org/ for installation instructions.
Unless you do a very basic website, you want some CSS and Javascript assets. Sculpin
uses yarn
to manage them. See https://yarnpkg.com/en/docs/install for installation
instructions.
Install
This application uses Symfony's Webpack Encore to manage CSS, JavaScript and image assets. Install the JS dependencies:
$ yarn install
Build
First, start Encore to compile and update the assets in source/assets/
into
output_dev/build/
. The watcher keeps running until you exit it manually:
$ gulp
In a new console, start the sculpin watcher to have your content updated as soon as you save changes:
$ composer sculpin-watch
Your newly generated clone of sculpin-blog-skeleton should now be accessible
at http://localhost:8000/
.
Contribute
We have a organization on NPM in order to publish this package.
It is recommended to use NPM Bump to publish.