The Curiosity Club at Praelexis are creating our own multiplayer quiz game, inspired by MentiMeter. We are calling it the Lexi-meter. We are using this project to learn about the different components of application development such as API's, databases, front-end and back-end development, and more.
We are tracking our progress in a shored Google Doc which you should check out if you are interested in our progress. If you'd like to contribute to the project, please read the steps below to get started with the project and create a pull request.
- Clone the repository
- Create a new branch
- Create virtual environment (conda or venv)
- Install requirements (via the requirements.txt file)
- Make your changes
- Run the tests and add more tests if necessary (use run_tests.sh)
- Run the style and formatter using run_style.sh
- Push your changes to your branch
- Create a pull request
NB: Please make sure to UPDATE the requirements.txt file if you add any new packages to the project.