A comprehensive guide to understanding and using the porogoramer.com repository.
[]()
Porogoramer.com is the hub for our Minecraft server hosting services and the portfolio showcase for our community members.
Run the following command in the repo root terminal:
python -m venv .venv
This command creates a virtual environment named .venv
in your project directory.
Activate the virtual environment by running the following command:
. .venv/Scripts/activate
This command activates the virtual environment and ensures that the Python dependencies are installed in the virtual environment instead of the global Python environment.
Install the required Python dependencies by running the following command:
pip install -r requirements.txt
Navigate to the folder where package.json is located and install the required JavaScript dependencies by running the following command:
npm install
Once the dependencies are installed, you can start working on your Django React project.
Before running the project, ensure you have completed the setup steps mentioned above.
python manage.py migrate
This command applies any pending migrations to your database.
python manage.py runserver
This starts the Django development server. The output will give a url you can open.
npm run dev
This command starts the frontend development server.
We perform linting to maintain consistency and code quality. Please install these three VS Code extensions to follow our linting rules.
We’re always looking to improve. If you have suggestions for new features, enhancements, or bug related issues, we'd love to hear from you. Let us know !