Giter VIP home page Giter VIP logo

lumberviz's Introduction

Hi there!

I've included some installation instructions below, feel free to contact me if there are any issues:

Run the below lines on a terminal that is located within the repository, I'd recommend doing this terminal integrated into an IDE (such as VSCode).

These are the setup instructions to create a Python virtual environment, install pre-requisite packages/frameworks:

  • python3 -m venv .venv/python -m venv .venv (Pre-requisite: Python 3.0+ must be installed on your system)
  • .venv\Scripts\activate (Activates the virtual environment for development)
  • pip install -r requirements.txt (Finds and installs all dependencies needed to run the site on the virtual environment)
  • NOTE: If you want to deactive the virtual env (venv, for short) just type deactivate in the terminal.

Nice job! To get the actual site up and running, run this line of code below in the venv terminal:

  • flask --app main.py run/flask --app main.py --debug run (The debug option is useful in case you'd like to print out output and check objects)
  • Navigate to this link, and get started!
  • Hit Ctrl+C to exit the website server and go back to the terminal.

Let me know if the instructions are unclear, and I can try to clarify what's happening!

Here's what the site should look like when installed correctly:

Landing Page

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.