{"id":25805678,"url":"https://github.com/scriptogre/the-pyoneers-platform","last_synced_at":"2025-02-27T19:39:16.840Z","repository":{"id":189751191,"uuid":"679630452","full_name":"scriptogre/the-pyoneers-platform","owner":"scriptogre","description":"A Django-based website and blog powered by Wagtail CMS and styled with TailwindCSS.","archived":false,"fork":false,"pushed_at":"2023-11-02T13:41:19.000Z","size":16756,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-11-02T14:38:17.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scriptogre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-17T09:11:26.000Z","updated_at":"2023-10-07T18:09:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"76b13293-fd03-456b-94ca-505be19abd9e","html_url":"https://github.com/scriptogre/the-pyoneers-platform","commit_stats":null,"previous_names":["scriptogre/scriptogre-playground"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptogre%2Fthe-pyoneers-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptogre%2Fthe-pyoneers-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptogre%2Fthe-pyoneers-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptogre%2Fthe-pyoneers-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scriptogre","download_url":"https://codeload.github.com/scriptogre/the-pyoneers-platform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241051599,"owners_count":19900863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-27T19:39:16.210Z","updated_at":"2025-02-27T19:39:16.834Z","avatar_url":"https://github.com/scriptogre.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Pyoneer Platform\n\n\n\nWelcome to The Pyoneer Platform, the official platform for hosting The Pyoneer Project's courses. This project is built on top of Django and uses a variety of modern web technologies to provide a smooth and interactive learning experience.\n\n## Live Platform\n\nThe live platform is accessible at [pyoneers.dev](https://pyoneers.dev).\n\n## Technologies Used\n\n- **Backend**: Django\n- **Frontend**: TailwindCSS, HTMX, Hyperscript\n- **Templating**: Jinja2\n- **Authentication**: django-allauth (Google and Discord SSO included)\n\n## Features\n\n- Dynamic Course Creation and Management\n- User Authentication including Social Login (Google and Discord)\n- Interactive and Responsive UI with TailwindCSS and HTMX\n- Extensible with Hyperscript\n\n## Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/scriptogre/the-pyoneers-platform.git\n    ```\n\n2. Navigate to the project directory:\n    ```bash\n    cd the-pyoneers-platform\n    ```\n\n3. Install the required packages:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. Apply migrations:\n    ```bash\n    python manage.py migrate\n    ```\n\n5. Create a superuser:\n    ```bash\n    python manage.py createsuperuser\n    ```\n\n6. Set up the social apps for Google and Discord authentication:\n   ```bash\n   python manage.py setup_social_apps\n   ```\n\n7. Run the server:\n    ```bash\n    python manage.py runserver\n    ```\n\nNow, navigate to `http://localhost:8000` in your web browser.\n\n### TailwindCSS Setup\n\nWe use TailwindCSS CLI for building the CSS. The command below compiles and watches for changes in files set as `content` from within `tailwind.config.js` file and minifies it to `output.min.css` which the `base.html` template looks for:\n\n```bash\nnpx tailwindcss -i pyoneers_platform/static/css/src/input.css -o pyoneers_platform/static/css/output.css --watch --minify\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptogre%2Fthe-pyoneers-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscriptogre%2Fthe-pyoneers-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptogre%2Fthe-pyoneers-platform/lists"}