Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/resir014/thebestmotherfuckingwebsite.co

Source for thebestmotherfuckingwebsite.co
https://github.com/resir014/thebestmotherfuckingwebsite.co

motherfuckingwebsite satire

Last synced: 3 days ago
JSON representation

Source for thebestmotherfuckingwebsite.co

Awesome Lists containing this project

README

        

# thebestmotherfuckingwebsite.co

> Source code for [thebestmotherfuckingwebsite.co](https://thebestmotherfuckingwebsite.co).

## Testimonials

*"This gave me AIDS."* - [/g/](https://warosu.org/g/thread/56994001#p56995427)

*"Yours is [the] opposite of what motherfucking sites are about."* - [@iamripu](https://twitter.com/iamripu/status/842614822004908035)

*"This guy just doesn't get it."* - [Spensaur](https://forum.fork.sh/t/what-are-you-working-on-this-week-2018-01-15/213/30)

## Developing

A nodejs >= 6.0.0 setup with [yarn](https://yarnpkg.com/) is recommended.

``` bash
# install dependencies
yarn

# ...or if you'd like to use npm instead
npm install

# serve with hot reload at localhost:8000
npm start

# build for production
npm run build

# build for production and push to gh-pages branch
npm run deploy

# TODO: tests
```

## Credits

Built with [Gatsby](https://www.gatsbyjs.org/) - the blazing-fast static site generator for [React](https://facebook.github.io/react/).