Skip to content

DjangoWriters-Internet-Application/Coin-Rush

Repository files navigation

Coin Rush

Step-1: Intialize the Environment

python -m venv venv

Step-2: Activate the Environment

.\venv\Scripts\activate

or

source venv/Scripts/activate

Step-3: Install all dependencies

pip install .

or

pip install -r requirements.txt

Step-4: Starting development server

python manage.py runserver

About

Internet Applications , MAC project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published