-
Make sure you have Python 3.9 or later installed.
-
Install Pipenv if you do not already have it:
> python3 -m pip install pipenv
-
Install packages from Pipfile:
> python3 -m pipenv install
-
Start server with script defined in Pipfile:
> python3 -m pipenv run server