Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy/wesbos
WES BOS
https://github.com/cowboy/wesbos
Last synced: 17 days ago
JSON representation
WES BOS
- Host: GitHub
- URL: https://github.com/cowboy/wesbos
- Owner: cowboy
- License: mit
- Created: 2013-06-06T23:47:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T19:02:11.000Z (almost 11 years ago)
- Last Synced: 2024-10-14T14:18:16.525Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://cowboy.github.io/wesbos/
- Size: 661 KB
- Stars: 87
- Watchers: 12
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# WES BOS
So I was hanging out with my friend [Wes Bos](http://wesbos.com/) at [JSConf](http://2013.jsconf.us/) recently. And for some reason, every time I said his name, I added an extra random syllable to both his first and last names. Because it was really the funnest thing. Ever.
For example, "Weston Bosley." Or "Westwood Boswitch." Or "Wesbee Bosshog."
Well, naturally, I had to create a website to celebrate this.
## Contributing
You'll need to have [Grunt](http://gruntjs.com/) and [Bower](http://bower.io/) installed.
1. Clone this project's repo.
1. Ensure the `master` branch is checked out.
1. Run `npm install` to install Grunt, Grunt plugins, Bower components, etc.
1. Run `grunt` to start a live-reloading dev webserver on [localhost:8000](http://localhost:8000/).When done:
1. Run `grunt prod` to publish everything to `dist` and start a webserver on [localhost:8000](http://localhost:8000/).
When REALLY done:
1. Run `grunt deploy` to publish everything in `dist` and then to the `gh-pages` branch, which will shortly thereafter be viewable at .
If you have suggestions for more [first and last name suffixes](https://github.com/cowboy/wesbos/blob/master/config/config.json), file a PR and I'll add them in. Just make sure they actually sound cool. Thanks!