Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: updated README file to reflect template changes #431

Merged
merged 2 commits into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@

We are not accepting public contributions to this repo at this time.

## Introduction
## Purpose

edX cookie policy banner React component

## Getting Started

## Installation

```bash
Expand Down Expand Up @@ -87,7 +89,15 @@ npm run start

locally builds the Storybook for the `CookiePolicyBanner` component on port `3003`.

## License

The code in this repository is licensed under the AGPLv3 unless otherwise
noted.

Please see `LICENSE <LICENSE>`_ for details.

## edX Code of Conduct
All community members are expected to follow the `Open edX Code of Conduct`_.
[`https://open.edx.org/code-of-conduct/`](https://open.edx.org/code-of-conduct/)

## Contact
Expand Down
Loading