Skip to content

Commit

Permalink
Merge pull request #653 from live-codes/update-readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
hatemhosny authored Nov 26, 2024
2 parents 6d265a0 + bf84515 commit ef23c0e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A [feature-rich](https://livecodes.io/docs/features/), open-source, **client-sid

[What makes LiveCodes different?](https://livecodes.io/docs/why)

![LiveCodes list of languages screenshot](https://dev.livecodes.io/docs/img/screenshots/livecodes-languages.jpg)
![LiveCodes list of languages screenshot](https://dev.livecodes.io/docs/img/screenshots/livecodes-overview.jpg)

## A Code Playground That Just Works!

Expand Down Expand Up @@ -216,11 +216,31 @@ https://livecodes.io/docs/

The documentations include demos, code samples, screenshots, [Storybook](https://livecodes.io/stories) and [TypeScript types](https://livecodes.io/docs/sdk/js-ts#typescript-types).

## Updates

Keep up with the latest changes:

- Twitter/X: [@livecodes_io](https://twitter.com/livecodes_io)
- Blog: [blog.livecodes.io](https://blog.livecodes.io/)
- Development build: [dev.livecodes.io](https://dev.livecodes.io/)

## Feedback

We welcome feedback!

Please start a new [issue](https://github.com/live-codes/livecodes/issues/new/choose) or [discussion](https://github.com/live-codes/livecodes/discussions/new).

For security reports please refer to [SECURITY.md](https://github.com/live-codes/livecodes/blob/develop/SECURITY.md).

You may also reach out to us using the [contact form](https://livecodes.io/docs/contact).

## Contribution

Contributions are welcome and highly appreciated.

Please refer to the [contribution guide](https://github.com/live-codes/livecodes/blob/HEAD/CONTRIBUTING.md)
A huge shout-out to our wonderful [contributors](https://github.com/live-codes/livecodes/graphs/contributors)! Your hard work makes all the difference!

Please refer to the [contribution guide](https://github.com/live-codes/livecodes/blob/HEAD/CONTRIBUTING.md).

## Credits

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<!-- Primary Tags -->
<title>LiveCodes</title>
<meta name="title" content="LiveCodes" />
<meta name="description" content="Code Playground That Just Works!" />
<meta name="description" content="A Code Playground That Just Works!" />

<!-- Twitter -->
<meta property="twitter:title" content="LiveCodes" />
<meta property="twitter:description" content="Code Playground That Just Works!" />
<meta property="twitter:description" content="A Code Playground That Just Works!" />
<meta
property="twitter:image"
content="https://livecodes.io/livecodes/assets/images/livecodes-text-logo.png"
Expand All @@ -21,7 +21,7 @@

<!-- Facebook -->
<meta property="og:title" content="LiveCodes" />
<meta property="og:description" content="Code Playground That Just Works!" />
<meta property="og:description" content="A Code Playground That Just Works!" />
<meta property="og:url" content="https://livecodes.io/" />
<meta
property="og:image"
Expand Down

0 comments on commit ef23c0e

Please sign in to comment.