Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 906 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 906 Bytes

A list of handsome sites for open source software.

Submissions

We don't accept all submissions. All submissions must follow the instructions on the How to submit section below. We reserve the right to reject any submission. Submissions with inappropriate content will not be accepted.

How to submit

To submit a site suggestions, open an issue or create a pull request.

Please check the CONTRIBUTING.md file for additional requiremnts.

Running the site locally

$ gem install jekyll
$ git clone https://github.com/trek/beautiful-open.git
$ cd beautiful-open
$ jekyll serve --watch

Taking screenshots

npm install phantomjs async
phantomjs snap.js http://somesite.com aSiteName

The screenshot may not always look great, but it can work in a pinch!