All Projects → Meshiest → outofcontext

Meshiest / outofcontext

Licence: GPL-3.0 license
A party game suite web application.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to outofcontext

serverless-web-app-example
Serverless React Web App Example
Stars: ✭ 41 (+51.85%)
Mutual labels:  webapp
playground
A Streamlit application to play with machine learning models directly from the browser
Stars: ✭ 48 (+77.78%)
Mutual labels:  webapp
tksweb
Web-based timesheeting system that exports TKS files
Stars: ✭ 15 (-44.44%)
Mutual labels:  webapp
coronate
A Swiss-style chess tournament management app.
Stars: ✭ 96 (+255.56%)
Mutual labels:  webapp
whatdevice
Progressive Web App that displays hardware and software information, with one-click sharing.
Stars: ✭ 32 (+18.52%)
Mutual labels:  webapp
FC-Docker
Project to run FreeCAD in a cloud environment accessible via a web browser in a cloud environment.
Stars: ✭ 40 (+48.15%)
Mutual labels:  webapp
banana split
Shamir's Secret Sharing for people with friends
Stars: ✭ 106 (+292.59%)
Mutual labels:  webapp
azure-sdk-for-python-keyvault-secrets-get-set-managedid
How to set and get secrets from Azure Key Vault with Azure Managed Identities and Python
Stars: ✭ 13 (-51.85%)
Mutual labels:  webapp
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (-14.81%)
Mutual labels:  webapp
onepile
Playground for the future of private notes and document management
Stars: ✭ 41 (+51.85%)
Mutual labels:  webapp
alpha-web
1Ramp Alpha Web App
Stars: ✭ 19 (-29.63%)
Mutual labels:  webapp
youtube-copy-annotations
💻 Copy YouTube annotations like a pro!
Stars: ✭ 13 (-51.85%)
Mutual labels:  webapp
readis
Lightweight web frontend in PHP for reading data, stats and config from multiple redis servers.
Stars: ✭ 38 (+40.74%)
Mutual labels:  webapp
webchat app
微信小程序
Stars: ✭ 28 (+3.7%)
Mutual labels:  webapp
Lightcord
A webapp for Discord Bots
Stars: ✭ 20 (-25.93%)
Mutual labels:  webapp
react-windows-ui
Build Windows fluent UI apps using ReactJS. Provides a set of accessible, reusable, and composable React components that make it super easy to create websites and apps.
Stars: ✭ 383 (+1318.52%)
Mutual labels:  webapp
play-scala-streaming-example
Example Play application showing Comet and Server Sent Events in Scala
Stars: ✭ 42 (+55.56%)
Mutual labels:  webapp
HerokuContainer
Dockerized ASP.NET Core Web API app in Heroku
Stars: ✭ 26 (-3.7%)
Mutual labels:  webapp
performance-timeline
Performance Timeline
Stars: ✭ 102 (+277.78%)
Mutual labels:  webapp
team
Free Knowledge Groupware
Stars: ✭ 63 (+133.33%)
Mutual labels:  webapp

Out Of Context Party Games

See OutOfContext.party for more info!

Contribute

Setup

  1. Clone Repo
  2. npm install

Development

  1. Leave npm run watch running to rebuild the frontend.
  2. Leave npm start running for the backend, restart when server changes are made.
  3. Use Lobby devaaaa for development
  4. Open localhost:8080 in browser

Production

  1. Setup your docker-compose.yml
  2. Run export MODE=production; npm run build to build production frontend
  3. docker-compose up -d to start containers
  4. git pull && npm i && npm run update to update, will kill running games
  5. docker-compose kill && docker-compose rm -f to stop containers
  6. Setup nginx based on the nginx.conf (no ssl) or nginx.letsencrypt.conf

LetsEncrypt

Follow nginx instructions on certbot

Copyright

OutOfContext.party Copyright (C) 2021 Isaac Hirschfeld

Chain distribution algorithm (games without "rounds" + wait time minimization solution), Redacted game, and Hodgepodge game are original creations and property of Isaac Hirschfeld. If you wish to use them, please ask and give explicit credit where deserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].