Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

A Middleman prototype for the 'Register as a waste carrier' service

Notifications You must be signed in to change notification settings

alphagov/waste-carriers-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototypes for the 'Register as a waste carrier' service on GOV.UK.

You can view the prototypes on GitHub.

To discuss these prototypes, use the wiki.

Dependencies

The prototypes use:

If you want to easily publish the prototypes to GitHub pages you'll also need Rake

Getting started

1. Clone this repository

Once you've cloned or forked the repository you'll need to initialise the GOV.UK Frontent Toolkit, which is included as a submodule. Run the following terminal commands from the project folder:

git submodule init
git submodule update

2. Preview the prototype on your local machine

Middleman comes with it's own development server. In the project folder, enter the following terminal command:

middleman

This will start a local web server running at: http://localhost:4567/

You can create and edit files in the source folder and see the changes reflected on the preview web-server. Sass files will be automatically compiled as well.

3. Publish the static site

If you want to publish the prototypes to GitHub Pages, there's a Rake task for that. Just type:

rake publish

About

A Middleman prototype for the 'Register as a waste carrier' service

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published