Skip to content

ericthelemur/gaming-pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UWCS Challenge Logo

Setup Instructions

  1. First, install the pipenv package, by using this command in the terminal:
pip install pipenv
  1. Then, we use pipenv to read the contents of the Pipfile and install all the necessary packages that make the frontend work. This can be accompished with:
pipenv install

(Make sure the terminal is opened within the correct folder!)

  1. From here on out, you only need to type this command in the terminal to run the frontend:
pipenv run flask --app gaming --debug run

The site will then be running locally at localhost:5000, and you can access it as a url in your preferred web browser.

You can stop it at any time by pressing CTRL+C in the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published