Parrot is a front-end framework used to quickly stand-up web projects. Parrot was created by James Parkes, Tri-An Le, Nick Smith, and Ethan Rush.
In the Parrot download, you will find the following files...
parrot/
├── css/
│ ├── parrot.css
└── fonts/
├── parrot-hexacons.eot
├── parrot-hexacons.svg
├── parrot-hexacons.ttf
└── parrot-hexacons.woff
To get started with development, use the guide below.
- Install Ruby
- Windows (Download)
- Mac (Ruby comes pre-installed)
- Install SASS Gem
- Run Command "gem install sass"
- Install Compass Gem
- Run Command "gem install compass"
- Navigate to Project's Root Folder via Command Line
- Run Command "compass watch"