https://github.com/remarkablegames/just-jokes
😂 Just Jokes is a party game where you make jokes with your friends
https://github.com/remarkablegames/just-jokes
game joke party-game react remarkablegames typescript ui vite web website
Last synced: 3 months ago
JSON representation
😂 Just Jokes is a party game where you make jokes with your friends
- Host: GitHub
- URL: https://github.com/remarkablegames/just-jokes
- Owner: remarkablegames
- License: mit
- Created: 2024-01-24T02:16:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T18:00:41.000Z (over 1 year ago)
- Last Synced: 2024-10-24T02:22:47.367Z (over 1 year ago)
- Topics: game, joke, party-game, react, remarkablegames, typescript, ui, vite, web, website
- Language: TypeScript
- Homepage: https://remarkablegames.org/just-jokes
- Size: 15.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Just Jokes

[](https://github.com/remarkablegames/just-jokes/actions/workflows/build.yml)
[](https://github.com/remarkablegames/just-jokes/actions/workflows/cypress.yml)
😂 [Just Jokes](https://remarkablegames.org/just-jokes/) is a party game where you make jokes with your friends.
The game was made for the [Global Game Jam 2024](https://globalgamejam.org/games/2024/just-jokes-1), which the theme was `Make Me Laugh`. Read the [blog post](https://remarkablegames.org/posts/just-jokes/).
Play the game on:
- [remarkablegames](https://remarkablegames.org/just-jokes/)
## Credits
- [remarkablemark](https://github.com/remarkablemark) - Programmer, UI, Backend, Audio
- [Rob Cohen](https://github.com/rmacohen) - Programmer, UI, Design
- [Earth by HoliznaCC0](https://freemusicarchive.org/music/holiznacc0/interstellar-pop-songs/earth/)
- [Kenney Interface Sounds](https://www.kenney.nl/assets/interface-sounds)
## Inspiration
- [Cards Against Humanity](https://www.cardsagainsthumanity.com/)
- [Codenames](https://codenames.game/)
- [Gartic Phone](https://garticphone.com/)
- [Jackbox Games](https://www.jackboxgames.com/)
- [Mad Libs](https://www.madlibs.com/)
- [skribbl.io](https://skribbl.io/)
## Ideation
- [Excalidraw](https://excalidraw.com/#json=Kt2uiTnHd7tUlQfiEpjkH,1HjUTR67lPOCu098Lm_uMg)
- [Prototype](https://replit.com/@remarkablemark/joke-simulator)
## Stack
- [DriftDB](https://driftdb.com/)
- [MUI](https://mui.com/)
- [React](https://react.dev/)
- [Vite](https://vitejs.dev/)
## Prerequisites
- [nvm](https://github.com/nvm-sh/nvm#readme)
## Install
Clone the repository:
```sh
git clone https://github.com/remarkablegames/just-jokes.git
cd just-jokes
```
Use the Node.js version:
```sh
nvm use
```
Install the dependencies:
```sh
npm install
```
Set the environment variables:
```sh
cp .env .env.local
```
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
### `npm run build`
Builds the app for production to the `dist` folder.
It correctly bundles in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
### `npm run lint`
Runs ESLint.
## License
[MIT](LICENSE)