/WebsiteBuilder

Website builder

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Website Builder

this is a project I made for school

To run locally

  1. pip3 install virtualenv

  2. open your command line utility in the main folder

  3. initiate the virtualenv by running

    a. For Mac/Linux

    source env/bin/active

    b. For Windows

    source env/bin/activate.ps1

  4. python3 app.py

  5. visit localhost:5000