An open API service indexing awesome lists of open source software.

https://github.com/codfish/wonkey-donkey

The Wonkey Donkey single page marketing site
https://github.com/codfish/wonkey-donkey

Last synced: 11 months ago
JSON representation

The Wonkey Donkey single page marketing site

Awesome Lists containing this project

README

          

# The Wonkey Donkey

Leveraging the following:

* HTML5 Boilerplate
* Twitter Bootstrap (Sass)
* Bower
* Grunt

## Development

Run the following in your terminal when developing:

```sh
grunt dev
```

Then pull up a server any way you'd like to view it, or use something like MAMP.

```sh
# for example, using PHP, run this command in the terminal, in the root of this repo
# then view the site by visiting localhost:8888 in your browser
php -S localhost:8888
```