Skip to content

codingandcommunity/launchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launchpad

The website for students to access coding&&community curriculums online.

Setup

Setup the virtual environment.

python3 -m venv venv

Every time you work on the project, start up venv:

. venv/bin/activate

Install Flask:

pip install Flask

Windows instructions at http://flask.pocoo.org/docs/1.0/installation/#installation

Running for the first time

export FLASK_APP=launchpad
pip install -e .
flask run

Then go to your web browser, and navigate to http://localhost:5000

Instructions may be different on Windows.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages