Welcome to the DevWars TV codebase. This is the core UI and interface for the the DevWars platform.
DevWars.tv is a live game show for developers that is currently streamed on Twitch. People of all levels participate in an exhilarating battle to create the best website they can within 60 minutes. Teams are formed of 3 people, with the team's members each controlling a single language - HTML, CSS and JavaScript.
- Nodejs: 10.0 or higher
- DevWars API: Lastest version.
Run npm install
to install dependent node_modules.
Make a copy of the .env.example
file in the same directory and rename the given file to .env
. This will be loaded up into the application when it first starts running. These are required configuration settings to ensure correct function. Process through the newly created file and make the required changes if needed.
Running npm run dev
will start a development server that will automatically restart when changes occur. Additionally running npm run build
or npm run start
will allow running a production ready version of the platform.
This project exists thanks to all the people who contribute. We encourage you to contribute to DevWars but ensure to open a related issue first. Please check out the contributing to DevWars guide for guidelines about how to proceed.
You can check out the full license here
This project is licensed under the terms of the MIT license.