File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments