{"id":20037823,"url":"https://github.com/openedx/edx-bootstrap","last_synced_at":"2025-09-13T07:17:08.394Z","repository":{"id":37030230,"uuid":"95253062","full_name":"openedx/edx-bootstrap","owner":"openedx","description":"Bootstrap theme for Open edX","archived":false,"fork":false,"pushed_at":"2025-08-31T11:03:36.000Z","size":9164,"stargazers_count":33,"open_issues_count":20,"forks_count":21,"subscribers_count":63,"default_branch":"master","last_synced_at":"2025-08-31T13:05:58.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openedx.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-06-23T20:12:07.000Z","updated_at":"2025-05-20T22:58:57.000Z","dependencies_parsed_at":"2023-02-01T07:01:21.607Z","dependency_job_id":"cc0cd8f9-0c43-4367-aaa6-00b6fee4ca9d","html_url":"https://github.com/openedx/edx-bootstrap","commit_stats":{"total_commits":149,"total_committers":28,"mean_commits":5.321428571428571,"dds":0.8120805369127517,"last_synced_commit":"d9d3021da40c20bf115a24e5383d15e02d28ead9"},"previous_names":["andy-armstrong/edx-bootstrap","edx/edx-bootstrap"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/openedx/edx-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fedx-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fedx-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fedx-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fedx-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openedx","download_url":"https://codeload.github.com/openedx/edx-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fedx-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274932272,"owners_count":25376125,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-11-13T10:22:52.235Z","updated_at":"2025-09-13T07:17:08.371Z","avatar_url":"https://github.com/openedx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"##############\nedX Bootstrap\n##############\n\n.. image:: https://badge.fury.io/js/%40edx%2Fedx-bootstrap.svg\n    :target: https://badge.fury.io/js/%40edx%2Fedx-bootstrap\n.. highlight:: css\n\n********\nPurpose\n********\n\nThis library is an extension of `Bootstrap 4 \u003chttp://getbootstrap.com\u003e`_\nfor use with edX and openEdX.\n\nInstallation\n=============\n\nUsing npm::\n\n    npm install --save @edx/edx-bootstrap\n\nCloning and Startup\n===================\n\n.. code-block::\n\n\n  1. Clone your new repo:\n\n    ``git clone https://github.com/openedx/edx-bootstrap.git``\n\n  2. Use node v18.x.\n\n    The current version of the micro-frontend build scripts support node 18.\n    Using other major versions of node *may* work, but this is unsupported.  For\n    convenience, this repository includes an .nvmrc file to help in setting the\n    correct node version via `nvm \u003chttps://github.com/nvm-sh/nvm\u003e`_.\n\n  3. Install npm dependencies:\n\n    ``cd edx-bootstrap \u0026\u0026 npm ci``\n\nUsage\n=====\n\nAdd the following import in your project's base scss file::\n\n    @import \"~@edx/edx-bootstrap/scss/edx/theme.scss\";\n\nOr for Open edX users::\n\n    @import \"~@edx/edx-bootstrap/scss/open-edx/theme.scss\";\n\nThis includes everything you need. Bootstrap is included so you don't \nneed to add it in your project. If you need more control, see the \ntheming section.\n\nAlternatively, you can download this repo and use one of the compiled outputs:\n\n- ``dist/open-edx/theme.css`` (Open edX bootstrap, extensions, \u0026 theme)\n- ``dist/edx/theme.css`` (edX bootstrap, extensions, \u0026 theme)\n- ``dist/core/core.css`` (edX bootstrap \u0026 extensions only)\n\nTheming\n=======\n\nThe content of a `theme.scss` file::\n    \n    // Optional\n    @import \"my-fonts\";\n    @import \"my-variables\";\n\n    // Required core (includes bootstrap and extensions)\n    @import \"@edx/edx-boostrap/scss/core/core.scss\";\n\n    // The rest of your scss\n    // ...\n\nTo create a theme, make a copy of the ``scss/open-edx`` folder in your own project\nand make changes. Then include it before you include edx-bootstrap::\n\n    @import \"fonts\";\n    @import \"variables\";\n\n    // If you are creating your own theme remove\n    // the \"../core/core\" import with the line below.\n    @import \"../core/core\";\n    // @import \"@edx/edx-boostrap/scss/core/core.scss\";\n\n    @import \"overrides\";\n\nGetting Help\n============\n\nIf you’re having trouble, you can ask in the front-end channel on Slack or contact the Frontend Working Group:\n\n- `#front-end \u003chttps://openedx.slack.com/messages/C0EUBSV7D\u003e`_\n- `#frontend-working-group \u003chttps://openedx.slack.com/messages/C02BMP2RD5Y\u003e`_\n\nLicense\n=======\n\nThe code in this repository uses the Apache 2.0 license unless otherwise noted.\nPlease see the `LICENSE file \u003chttps://github.com/openedx/edx-bootstrap/blob/master/LICENSE\u003e`_\nfor details.\n\nDocumentation\n=============\n\nDocumentation details can be found in the `docs index.rst`_.\n\n.. _docs index.rst: docs/index.rst\n\n\nHow to Contribute\n=================\n\nContributions are very welcome, but for legal reasons, you must submit a\nsigned `individual contributor agreement`_ before we can accept your\ncontribution. See our `CONTRIBUTING`_ file for more information – it\nalso contains guidelines for how to maintain high code quality, which\nwill make your contribution more likely to be accepted.\n\n\nReporting Security Issues\n=========================\n\nPlease do not report security issues in public. Please email\nsecurity@openedx.org.\n\n.. _individual contributor agreement: https://open.edx.org/wp-content/uploads/2019/01/individual-contributor-agreement.pdf\n.. _CONTRIBUTING: https://github.com/openedx/.github/blob/master/CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenedx%2Fedx-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenedx%2Fedx-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenedx%2Fedx-bootstrap/lists"}