Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/resir014/thebestmotherfuckingwebsite.co
- Owner: resir014
- License: mit
- Created: 2015-12-20T15:44:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:47:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T02:56:20.746Z (12 days ago)
- Topics: motherfuckingwebsite, satire
- Language: TypeScript
- Homepage: https://thebestmotherfuckingwebsite.co/
- Size: 9.38 MB
- Stars: 166
- Watchers: 4
- Forks: 11
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).