Skip to content

adactio/TheSession-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Session patterns

A collection of front-end patterns for The Session built with Fractal.

Installation

You’ll need to have Node installed on your local machine. It will need to be at least version four. You can download the latest stable build from the Node website.

If you haven’t already installed the Fractal command line helper on your machine, do that:

npm i @frctl/fractal -g

(If for some reason that doesn’t work, you might have to run the command with sudo in front of it.)

If you haven’t already installed the Grunt command line helper on your machine, do that:

npm i grunt-cli -g

(Again, if there’s a problem, try using sudo.)

Then:

  1. Clone this repository into a location of your choosing.
  2. Open the project folder in your command line tool of choice.
  3. Install the dependencies: npm install
  4. Run the Grunt tasks with grunt (use grunt watch if you plan to change any patterns).
  5. Run fractal start

You should now be able to open localhost:3000 in a browser to see the pattern library.

See the Fractal documentation for more details and usage information.

About

Patterns for thesession.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published