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
- Host: GitHub
- URL: https://github.com/codfish/wonkey-donkey
- Owner: codfish
- Created: 2017-08-05T03:38:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T03:39:54.000Z (almost 9 years ago)
- Last Synced: 2025-04-02T06:30:33.740Z (about 1 year ago)
- Language: CSS
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```