Skip to content

Commit

Permalink
chore: add version + discord to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Jan 30, 2024
1 parent eadb926 commit 06e6ed7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<br/>
<br/>

<a href="https://discord.gg/U24mryk7Wq"><img alt="Discord" src="https://img.shields.io/discord/759513055117180999?style=square&label=Discord" /></a>
<a href="https://www.npmjs.com/package/@deepkit/type"><img alt="npm" src="https://img.shields.io/npm/v/@deepkit/type.svg?style=square" /></a>
[![CI](https://github.com/deepkit/deepkit-framework/actions/workflows/main.yml/badge.svg)](https://github.com/deepkit/deepkit-framework/actions/workflows/main.yml)

Deepkit Framework is a new high-performance and real-time TypeScript framework for enterprise TypeScript applications.
Expand All @@ -24,7 +26,7 @@ Check out the [Deepkit Documentation](https://deepkit.io/documentation/introduct
To create a Deepkit app with Deepkit Framework from scratch, you can use NPM init:

```shell
npm init @deepkit/app my-deepkit-app
npm init @deepkit/app@latest my-deepkit-app
```

## Community Packages
Expand Down

0 comments on commit 06e6ed7

Please sign in to comment.