Skip to content

stackotter/norm-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NormBench

An alternative to WordBench with better crossword setting! Made on one of the rest days during NMSS

Architecture

  • Frontend: Svelte
  • Backend: Python, Flask, SocketIO

Frontend

To run the frontend, make sure to set the following three variables to the correct values (see below for some example values).

VITE_BACKEND_HOST=127.0.0.1
VITE_BACKEND_PORT=8000
VITE_IS_HTTPS=0

Run the front end using the following command:

npm run dev

Backend

# Run as http
flask run --host=$VITE_BACKEND_HOST --port=$VITE_BACKEND_PORT

# Run as https
flask run --host=$VITE_BACKEND_HOST --port=$VITE_BACKEND_PORT --cert=/path/to/certfile.cert --key=/path/to/keyfile.cert

About

An alternative to WordBench with better crossword setting!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •