Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 615 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 615 Bytes

National Park Symbols

A collection of National Park Symbols provided in 3 styles of Scalable Vector Graphics.

This project uses the SVGs provided in

Getting Started

To checkout the project and build the SVGs, fonts and web site, do the following:

$ git clone git@github.com:spilth/national-park-symbols.git
$ cd national-park-symbols
$ bundle install
$ yarn install
$ rake build:svg
$ yarn build:font
$ bundle exec middleman server

Then visit http://localhost:4567

Deploying

Deploying is done via Netlify:

$ bundle exec middleman build
$ netlify deploy --prod --dir build