Skip to content

Commit 6a30a31

Browse files
committed
docs: 📚 update README
1 parent d8965eb commit 6a30a31

File tree

3 files changed

+594
-14
lines changed

3 files changed

+594
-14
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/rodneylab/svelte-login-form)
1515

16-
Demo code for creating serverless WebSockets in SvelteKit with Ably for a game or real-time chat. The code accompanies the <a href="https://rodneylab.com/svelte-login-form-example/">post on using SvelteKit with Ably</a>. If you have any questions, please drop a comment at the bottom of that page.
16+
Demo code for creating a login and signup form in Svelte following some best practices. The code accompanies the <a href="https://rodneylab.com/svelte-login-form-example/">Svelte login form example post</a>. If you have any questions, please drop a comment at the bottom of that page.
1717

1818
## Building and previewing the site
1919

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@zxcvbn-ts/language-common": "^3.0.2",
3131
"@zxcvbn-ts/language-en": "^3.0.1",
3232
"argon2": "^0.30.3",
33+
"commitlint": "^17.6.3",
3334
"eslint": "^8.41.0",
3435
"eslint-config-prettier": "^8.8.0",
3536
"eslint-plugin-svelte": "^2.29.0",

0 commit comments

Comments
 (0)