Skip to content

Jerrynicki/stein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 

Repository files navigation

Stein

funny stone picture

Public instance

Setup (Linux)

Prerequisites

  • Node >= v16

  • NPM

  • Python3

  • Python3-venv

  • a nice stone nearby 🪨

Using the install script

  • Use the provided root/setup.sh script.

Try these steps if it doesn't work:

Frontend

  • npm install -g @angular/cli

  • In root/frontend/stein_app:

    • npm install

    • ng build

Backend

  • python3 -m venv .

  • source bin/activate

  • pip3 install -r requirements.txt

Either run the module app:create_app() using a WSGI server, or

use the run_debug.sh script in root/backend/src/flask_app to use the flask debug server

  • Make sure that you've activated the virtual environment before starting.

    (in root/backend)

    source bin/activate
    cd src/flask_app
    ./run_debug.sh

If the frontend was built succcessfully, it should work automatically

About

steine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors