1.0.0 • Published 3 years ago

eleventy-sample v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Prototype Kit

What is this toolkit for?

A tool for designers to speed up the process of creating interactive prototypes with real data and share them with people. It allows the design team to explore design ideas much faster than using production code. The prototype kit uses Alert Logic styles, components and patterns.

Getting started

Install all dependencies using npm:

$ npm install

To develop

$ npm run start

Publishing

You can publish your prototypes online to GitHub pages. Just run the deploy task and your prototype will be live in seconds.

$ npm run deploy