$ pip install pipenv # to use script install or update pipenv with latest version
$ git clone [email protected]:dgtalforest/vue-django__elibrary.git
# or Use Https
# $ git clone https://github.com/dgtalforest/vue-django__elibrary.git
# or Use github CLI
# $ gh repo clone dgtalforest/vue-django__elibrary
$ cd vue-django__elibrary
$ pipenv install
# uncomment if you forget to do
# $ pipenv run make # for makemigrations
$ pipenv run migrate
# $ pipenv run collect
$ pipenv run start
# Starting development server at http://0.0.0.0:8000/