Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 803 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 803 Bytes

Hacks/Hackers prototypes

This repository contains in-browser protoypes, wireframes and other assets for the redesign project that Alley Interactive is working on.

The master branch is published to https://hackshackers.github.io/hh-prototypes/.

You can see a listing of available prototype for review at:

https://hackshackers.github.io/hh-prototypes/prototype/dist/index.html

Development

$ cd prototype/ && npm start

Webpack watches prototype/client and prototype/src for changes, and regenerates the files in prototype/dist accordingly.

To view the generated static pages in your browser, open a file system URL like:

file:///Users/yourname/projects/hh-prototypes/prototype/dist/homepage.html

Then reload the page as you make changes.