Safest possible routes for women.
python 3.7+
node 10.x.x+
npm 5.x+
pipenv
- Fork and clone this repo.
$ git clone https://github.com/iknoorjobs/safe-path.git
- Change working directory into the repo, activate your virtual environment and install the backend dependencies.
$ cd safeher
$ pipenv shell
(env) $ pipenv install
- Change the working directory into the frontend react app and install the frontend dependencies.
(env) $ cd frontend
(env) $ npm install
- Start the django development server
(env) $ cd ..
(env) $ python manage.py runserver
- Run the frontend app in another shell
(env) $ cd frontend
(env) $ npm run watch
-
Open http://localhost:8000/ in your browser.
-
Add a new remote to your fork if you want to contribute
git remote add myfork https://github.com/<username>/safeher.git