git clone [email protected]:MashSoftware/place-ui.git
cd place-ui
export SECRET_KEY=<your_secret_key>
export PLACE_API_URL=<your_api_url>
export FLASK_APP=mash_place_ui/__init__.py
export FLASK_DEBUG=1
You will also need a local instance of Mash Place API running, please see the README for setup instructions and ensure the above PLACE_API_URL
variable is set.
flask run -p 5001
Go to http://localhost:5001/