Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 320 Bytes

File metadata and controls

26 lines (19 loc) · 320 Bytes

One Time Setup

.\virtualEnv\Scripts\activate
pip install -r requirements.txt

Running the backend

.\virtualEnv\Scripts\activate
python manage.py runserver

Running the front end

cd reactsheet
npm start

Adding a Character

go to http://localhost:8000/admin User: admin Password:1234