For demo visit polyhoot.ciphen.net
- Selfhosting available
- Import questions directly from Kahoot
- Create your own packs
- Host a game for
android
andweb
clients
We use a number of open source projects to work properly:
- TypeScript - TypeScript is a strongly typed programming language that builds on JavaScript
- ReactJS - JavaScript library for building user interfaces.
- Grommet - grommet is a react-based framework & components library
- nanostores - A tiny state manager for React
- Webpack - Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser
And of course Polyhoot! itself is open source with a public repository on GitHub.
Polyhoot! requires Node.js v12+ to run. Latest LTS is recommended! It also requires Yarn.
Install the dependencies and devDependencies and start the server.
Change getSocketUrl.ts
and getServerUrl.ts
.
cd web
yarn
yarn build
Want to contribute? Great!
Make a change in your file and instantaneously see your updates!
Open your favorite Terminal and run this commands.
yarn start
In the project directory, you can run:
Runs the app in the development mode.
Open https://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React 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!
See the section about deployment for more information.
Apache License 2.0
Free Software, Hell Yeah!