hyperNURb / fedidevs

Discover amazing developers across the fediverse 🌐

Home Page:https://fedidevs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fedidevs

This is the source code for the fedidevs.com website.

Set up dev environment

  1. Install Python 3.12
  2. Create a venv environment
python -m venv .venv
  1. Activate the virtual env
. .venv/bin/activate
  1. Install required packages
python -m pip install -r requirements.txt
  1. Run the migrations
python manage.py migrate
  1. Run the development server
python manage.py runserver
  1. Populate the local database (takes about ~2hrs)
python manage.py scheduler --run-now
  1. Create a Django Admin user for http://localhost:8000/admin
python manage.py createsuperuser

About

Discover amazing developers across the fediverse 🌐

https://fedidevs.com

License:MIT License


Languages

Language:Python 66.4%Language:HTML 31.4%Language:JavaScript 1.0%Language:CSS 1.0%Language:Dockerfile 0.2%