OpenUnited / platform

Other
41 stars 66 forks source link

Proposal for collaboration #104

Closed v0nerd closed 11 months ago

v0nerd commented 11 months ago

Hi @adrianmcphee Here is the snapshot of my local machine running this platform. 2023-10-21_080542 The following is the commands I ran. docker pull postgres docker run --name ou_db -e POSTGRES_PASSWORD=postgres -d -p 5432:5432 postgres cp .env.example .env //replaced the secret key taken from https://djecrety,ir python3 -m venv env source env/bin/activate pip install -r requirements.txt export DJANGO_SETTINGS_MODULE=openunited.settings.development ./setup.sh python manage.py runserver

I want to get involved in your project with my expertise in full stack development with python, django, htmx and tailwind UI.