This repository contains the web client for the Logos application. Logos is an application designed to scrape the high-school and college debate open-source wikis, parse Word documents containing debate evidence (or "cards"), and render that evidence searchable through a web frontend client.
The deployed version is available here. Running this application entirely locally is possible, but requires the backend environment to also be installed and running.
This software is free to use and distribute, but note that the debate wikis – as well as the cards this app is designed to parse – are the product of other people's time, resources, and research. Please respect their efforts accordingly.
This is a Next.js project bootstrapped with create-next-app
.
First, install Node.js and then the relevant dependencies with:
yarn install
Next, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
MIT