Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 625 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 625 Bytes

Flask / Python Version of the default 'Dreams' project

Updates to your code will instantly deploy and update live.

Steps to set up

  1. open the CI-pipeline
  2. hit the Prepare Stage
  3. after the Run stage is finished hit the Run stage
  4. click on Open deployment

Your Project

On the back-end

  • your app starts at server.py
  • add frameworks and packages in requirements.txt
  • safely store app secrets in .env

On the front-end

  • edit client.js, style.css and index.html
  • drag in assets, like images or music, to add them to your project

Remixed from 'flask-hello-world' by Kenneth Reitz