Skip to content

UxmalCuellar/v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uxmalcuellar.com - version 1.0

uxmalcuellar.com designed and built with Flask.

home

Setting up environment

Assumed that virtualenv and git is installed

# Clone repository
git clone https://github.com/UxmalCuellar/v1.git

# Create virtual environment
cd v1
virtualenv shiny_new_env 
source shiny_new_env/bin/activate

# Install packages
pip install -r requirents.txt

Running the app

# setting up variables for development
export FLASK_APP=main.py
export FLASK_ENV=development
export FLASK_DEBUG=1

# start serving flask app
flask run

In your browser go to localhost:5000

About

Personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published