Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.27 KB

Logos Web

Overview

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.

Installation and deployment

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.

License

MIT