Skip to content

Commit 55c4610

Browse files
Update README.md
1 parent a00d837 commit 55c4610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Write Python endpoints in [SvelteKit](https://kit.svelte.dev/) using [Modal](htt
1111
- Severless Python with [ease](https://kit.svelte.dev/docs/adapters)
1212

1313
## Add to your SvelteKit project
14+
- Open a [new](https://kit.svelte.dev/docs/creating-a-project) or **existing** SvelteKit Project
1415
- Install `npm i -D sveltekit-modal`
1516
- Sign up for [modal.com](https://modal.com/signup), the serverless python platform. All users get $30 free monthly credits!
1617
- Update `vite.config.js`
@@ -53,7 +54,7 @@ Write Python endpoints in [SvelteKit](https://kit.svelte.dev/) using [Modal](htt
5354
}
5455
```
5556
- Update `.gitignore`, add `!.env.production`.
56-
- Write your endpoints! See an example [here]().
57+
- Write your endpoints! See an example [here](https://github.com/semicognitive/sveltekit-modal-langchain).
5758

5859
## Use
5960
- Develop like a normal SvelteKit app, just `npm run dev`

0 commit comments

Comments
 (0)