Skip to content

Cthuloops/BigDecks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigDecks

A Magic: the Gathering game store page.

How to use

  1. Create a virtual environment: python -m venv .venv
  2. Enter the environment: source .venv/bin/activate this works for linux
  3. Install requirements: pip install -r requirements.txt
  4. Initialize the cards database: flask --app bigdecks cards populate
  5. Start the server: flask --app bigdecks run --debug
  6. Click the link generated by flask.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 67.9%
  • HTML 32.1%