Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariot/thebestwebsite
The title says it all
https://github.com/mariot/thebestwebsite
Last synced: 25 days ago
JSON representation
The title says it all
- Host: GitHub
- URL: https://github.com/mariot/thebestwebsite
- Owner: mariot
- License: wtfpl
- Created: 2020-05-15T07:01:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T19:16:34.000Z (about 2 years ago)
- Last Synced: 2023-02-28T05:32:35.825Z (almost 2 years ago)
- Language: HTML
- Size: 2.87 MB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Best Website
Source of [The Best Website](https://thebestmotherfucking.website)
Based on [website](http://motherfuckingwebsite.com/) and [betterwebsite](http://bettermotherfuckingwebsite.com/)## Clone the repo
`git clone https://github.com/mariot/thebestwebsite`## Deployment instructions
See `partial-nginx.conf` for the configuration file
## Build instructions
In order to build this project, you'll need [Yarn](https://yarnpkg.com/).```
yarn install
yarn run start:dev
```Visit http://localhost:8080 and you'll be able to improve / view the website :)
To deploy it, use `yarn run build` and deploy the contents of the `dist/` directory.
## Want something to be changed?
[Open an issue](https://github.com/denysvitali/thebestmotherfuckingwebsite/issues) and let's discuss it. If you want to implement it yourself do it freely and make a PR.## Want to create a blog with a similar theme?
Check out [The Best Blog Theme](https://github.com/denysvitali/hugo-thebestmotherfuckingblog) or try [HugoModo Best Website](https://github.com/hugomodo/hugomodo-best-motherfucking-website) by [thombruce](https://github.com/thombruce).