This commit is contained in:
sw-yx
2021-06-17 11:01:00 +08:00
parent 304b061aa9
commit baebf642cb
3 changed files with 11 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"start": "svelte-kit dev --open",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"lint": "prettier --check . && eslint --ignore-path .gitignore .",

View File

@@ -4,6 +4,7 @@ Svelte Society is the global Svelte community organization. It started as a seri
- [This website](https://github.com/svelte-society/sveltesociety.dev), which documents Recipes and Examples beyond [the official docs](https://svelte.dev/) and [Events about Svelte](https://sveltesociety.dev/events)
- Podcast: https://www.svelteradio.com/
- Conference: https://sveltesummit.com/
- Discord: https://discord.gg/tnu54nB
- YouTube: http://youtube.com/SvelteSociety
- Twitter: https://twitter.com/sveltesociety

View File

@@ -13,13 +13,13 @@
<div class="wrapper">
<h1>Welcome to Svelte Society!</h1>
<p>
We are a bunch of losely connected groups around the world that strive to push Svelte into the
mainstream. On this page you can find resources such as events, an <a href="/components"
>up-to-date list of components</a
> as well as recipes and other kinds of media.
We are a volunteer global network of Svelte fans that strive to promote Svelte and its ecosystem.
As a service to the community, this site is a central index of <a href="/events">events</a>,
a <a href="/components">components directory</a>, as well as <a href="/receipes">recipes</a> and other useful resources.
Join us or help us out!
</p>
<p>
If you want to reach out to us or just find other like-minded people from around the world you
If you want to reach out to us or find like-minded people from around the world you
can check out the resources below:
</p>
<ul>
@@ -33,6 +33,10 @@
>Twitter</Link
>
</ul>
<p>
We also run the biannual <a href="https://sveltesummit.com/">Svelte Summit</a> conference
and host <a href="https://www.svelteradio.com/">the Svelte Radio podcast</a>.
</p>
</div>
<style>