Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 551 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 551 Bytes

generators

The slush generator search homepage

Setup

Requirements

Local dependencies:

npm install

Running a dev server

npm start

Open: http://localhost:3030/dev.html in your browser.

Building for production

npm run dist

Run it by opening ./dist/index.html in your browser.

Deploy to production (i.e. the gh-pages branch)

You'll need push access to the repo to do this!

npm run deploy

License

MIT © Joakim Carlstein