First of all you need python 3.6 and node.js/npm installed
Please install all necessary dependencies
pip install -r requirements.txtWhen it will be done you must add config env file there will be your secure settings( database connection, secret salt etc.) from example env.example
cp env.example .envWhen you can change all needed env variables(set passwords for example)
nano .envAt last you could run the server
$ python manage.py migrate
$ python manage.py runserverYour website will be available on localhost address or any host you set in .env