Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 478 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 478 Bytes

seraph

Seraph

Where companies are built

Installation

git clone https://github.com/bhaveshAn/Seraph.git
cd Seraph

virtualenv -p python3 venv
source venv/bin/activate

pip install -r requirements.txt

npm install --global bower
bower install

python3 manage.py migrate

python3 manage.py createsuperuser

python3 manage.py runserver