update
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Arbit
|
||||
|
||||
Internal dashboard for tracking thrifted inventory, resale pricing, and profitability.
|
||||
|
||||
## Local setup
|
||||
|
||||
1. Create a virtual environment.
|
||||
2. Use Python 3.9 or newer.
|
||||
3. Install dependencies with `pip install -e .`.
|
||||
4. Run migrations with `python manage.py migrate`.
|
||||
5. Create a superuser with `python manage.py createsuperuser`.
|
||||
6. Start the server with `python manage.py runserver`.
|
||||
Reference in New Issue
Block a user