A simple pattern library for demo purposes, created for Ethan Marcotte’s courses for Aquent Gymnasium. Powered by Fractal.
Once you’ve cloned the repo:
- In the repo root, run
npm install
. - Then, run
npm run start
. - Then, when prompted, point your browser at
http://localhost:3000/
to view the pattern library. (Note that the URL may be different for you; the terminal will tell you the address that best suits your computer.)
The entire pattern library is housed inside src/
. Static assets can be found inside the public
folder—specifically, under public/assets/
.
If you’d like to browse the patterns themselves, those are located under src/patterns/
.