digitalnsw / buy-nsw-prototypes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buy.nsw prototypes

These are sketches-in-code of potential future user journeys on buy.nsw.

It's based on the prototyping kit, which is a Ruby application, using the Sinatra web framework.

Prerequisites

You will need to install:

  • Ruby 2.5.0 – the easiest way to install is with rbenv and ruby-build
  • Bundler – run gem install bundler

Then run bundle install to install all the dependencies.

Quick start

Run the following in your console window to start the prototyping kit and open the server in your web browser.

bin/shotgun -p 5000
open http://localhost:5000

Alternatively, you can start the server with rerun.

bin/rerun foreman start

More information about what you can do with the kit can be found in the prototyping kit repository.

About


Languages

Language:HTML 62.3%Language:Ruby 21.7%Language:CSS 16.0%Language:JavaScript 0.0%