https://github.com/jeff-tian/jokes
Jokes
https://github.com/jeff-tian/jokes
donald-trump funny jokes
Last synced: 7 months ago
JSON representation
Jokes
- Host: GitHub
- URL: https://github.com/jeff-tian/jokes
- Owner: Jeff-Tian
- License: unlicense
- Created: 2019-06-28T04:19:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T18:46:12.000Z (over 1 year ago)
- Last Synced: 2024-04-11T05:15:06.760Z (over 1 year ago)
- Topics: donald-trump, funny, jokes
- Language: JavaScript
- Homepage: https://jokes.js.org
- Size: 46.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# jokes
[中文简体](./README_zh-CN.md)
> Funny pictures or videos. httsp://jokes.js.org
> This project welcomes your PRs to make the more funny things online](https://travis-ci.com/Jeff-Tian/jokes)
[](https://codecov.io/gh/Jeff-Tian/jokes)
[](https://gitmoji.js.org)## Submit your jokes (by Pull Requests!)
1. Prepare some funny pictures or videos
2. Fork this repo
3. Name your joke album and create it as a folder under `assets/images`, for example `assets/images/DonaldTrump`
4. **[Optional]** If you have videos then also create a folder under `/assets/videos`, for example `assets/videos/DonaldTrump`
5. Put the funny pictures into your created folder, pictures go to `assets/images/DonaldTrump` and videos go to `assets/videos/DonaldTrump`
6. Submit the code and make PR to me
7. After I merged your pull request, your joke will online as https://jokes.js.org/DonaldTrump## Run on local machine
```shell
npm install
bower installnpm start
```Open browser and navigate to: http://localhost:60005/
## Contribution
This repo welcomes all kinds of issues and Pull Request. For submitting PR, please make sure the relevant tests are
included and all the tests are passed:```shell
npm test
```