tvergho / logos-web

Search platform for open-source debate evidence.

Home Page:https://logos-debate.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Search platform for open-source debate evidence.

https://logos-debate.netlify.app/


Languages

Language:TypeScript 81.7%Language:SCSS 16.1%Language:JavaScript 2.3%