phila-standards
v1.2.0
Published
City of Philadelphia Standards
Readme
Digital Standards Assets
This is an open-source collection of CSS, JavaScript, font and image files used to create the look and feel of beta.phila.gov.
Local development
- Install dependencies. You'll need:
- Node.js
- Yarn
- Clone this repo and cd into the directory
- Run
yarn watchto watch directories.
Creating a release
- Run
yarn release. This will clean the /dist directory and compile all necessary files. - Run
npm publish(note thatyarn publishwill hang due to this issue) - Create .zip file with all
/distfiles, and upload as new GitHub Release.
