|
|
|
@ -1,17 +1,7 @@
|
|
|
|
|
<p>
|
|
|
|
|
<a href="https://svelte.dev">
|
|
|
|
|
<img alt="Cybernetically enhanced web apps: Svelte" src="https://sveltejs.github.io/assets/banner.png">
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://www.npmjs.com/package/svelte">
|
|
|
|
|
<img src="https://img.shields.io/npm/v/svelte.svg" alt="npm version">
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://github.com/sveltejs/svelte/blob/master/LICENSE">
|
|
|
|
|
<img src="https://img.shields.io/npm/l/svelte.svg" alt="license">
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://svelte.dev/chat">
|
|
|
|
|
<img src="https://img.shields.io/discord/457912077277855764?label=chat&logo=discord" alt="Chat">
|
|
|
|
|
</a>
|
|
|
|
|
</p>
|
|
|
|
|
[![Cybernetically enhanced web apps: Svelte](https://sveltejs.github.io/assets/banner.png)](https://svelte.dev)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[![npm version](https://img.shields.io/npm/v/svelte.svg)](https://www.npmjs.com/package/svelte) [![license](https://img.shields.io/npm/l/svelte.svg)](LICENSE.md) [![Chat](https://img.shields.io/discord/457912077277855764?label=chat&logo=discord)](https://svelte.dev/chat)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## What is Svelte?
|
|
|
|
@ -82,4 +72,4 @@ Probably not, but it's possible. If you can't seem to access any `.dev` sites, c
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
[MIT](LICENSE)
|
|
|
|
|
[MIT](LICENSE.md)
|
|
|
|
|