Skip to content

AbhijeetKrishnan/mixup-analysis-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mix-up Analysis Web App

code style: prettier

FastAPI Svelte TailwindCSS Docker

Mixup analysis app

A web app to more easily create mix-up analyses for Wavu Wiki. Based on the work done by RodgerDodger.

Installation

Using Docker

git clone git@github.com:AbhijeetKrishnan/mixup-analysis-app.git
cd mixup-analysis-app
docker compose up -d --build

Note: Will take a long time at the step to build the pygambit wheel!

The web app will be live at http://localhost:3000/.

Without Docker

git clone git@github.com:AbhijeetKrishnan/mixup-analysis-app.git
cd mixup-analysis-app

# Start backend server at http://localhost:8000/
cd backend
python3 -m pip install -r requirements.txt
python3 main.py

# Build frontend
cd frontend
npm install
npm run build

# Start frontend server at http://localhost:3000/
node build

The web app will be live at http://localhost:3000/.

About

A web app to more easily create mix-up analyses for Wavu Wiki.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published