uoydesignpatterns

1.7.1 • Public • Published

UNIVERSITY OF YORK DESIGN PATTERNS

Codacy Badge Build Status

This repository holds the design patterns used on the University of York's website.

Setting up your development environment

You will need to have NodeJS (including NPM), Git, Ruby (including RubyGems) and Compass installed on your machine. On Windows, the easiest way to do this is with Chocolatey and on Mac you can use Homebrew.

You'll also need a global install of Grunt (a task runner), Yarn (a package manager) and BackstopJS (a visual regression tester), which you can do by typing:

npm install -g grunt-cli
npm install -g yarn
npm install -g backstopjs

Getting ready

After cloning this repository, you will need to run:

yarn install

This will load all the necessary modules for you to continue development.

You're now ready to start making stuff!

Active development

To work on the front-end designs, run yarn build in the terminal. This will create the active templates and start a local server, which will live reload as you code.

Building the documentation

Running a yarn build task will create a build directory, which will contain the minified CSS, the uglified JS, the optimised images and the HTML pages ready to deploy to a server.

Building for release

To build a release version, you need to follow the instructions in our development docs.

Essentially, we employ a continuous build and deployment system that takes commits to the code base, builds them and automatically deploys successfully built files to a preview or live server, depending on the commit.

Custom styles

Minified stylesheets for TinyMCE and Formstack are created as part of the build process.

A note about development

The dev branch of this repository is the one we use to build our CSS and JS for front-end deployment. Most new work should be started in a new branch in Git.

To set up a new branch, type:

git checkout -b "new-branch-name"

This will create, and switch to, a new branch in Git. Make your changes as usual, then run git add and git commit -m "Your concise and descriptive commit message". When you come to push your changes you'll need to do a slightly different command in order to create the new branch on the remote:

git push -u origin new-branch-name

You can find more about our recommended branching, versioning and naming conventions in our development docs

We will merge any signed-off branches into dev and they will be deployed in the next release.

Testing with Browserstack

We are continually improving our testing and QA processes. Part of this means using some great tools to make sure we catch and squash as many bugs as possible. One of those tools is Browserstack. We use their screenshots tool to check our work in as many browsers, platforms and front-end scenarios as we can.

Readme

Keywords

none

Package Sidebar

Install

npm i uoydesignpatterns

Weekly Downloads

1

Version

1.7.1

License

MIT License

Unpacked Size

2.77 MB

Total Files

27

Last publish

Collaborators

  • bpk68