Skip to content

dannyhope/uxbrighton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pages-build-deployment Google & Yandex Sitemap Notification Netlify Status

UX Brighton

Comprehensive instructions for how to run and edit the website are in the Ops Manual - https://uxbri.org/ops.

Once you've installed all the necessary Ruby & Jekyll global dependencies, you can run the site locally as follows…

Initial setup

# Install all Node dev dependencies
npm install

# Kick off initial local build
npm start

Local development

# Spin up a local server
npm run dev

# Need to spin up the Netlify CMS GUI?
npm run cms-local

Local build

# Build ALL files & assets to the `_site` directory
npm run build

# Output an unminified / uncompressed version of the stylesheet
npm run build:styles-dev

# Output a minified / compressed version of the stylesheet (for production)
npm run build:styles-prod

About

UX Brighton website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.1%
  • CSS 3.2%
  • SCSS 0.9%
  • JavaScript 0.8%
  • Rich Text Format 0.0%
  • Python 0.0%