ryardley / solidjs-markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Note Taker

🚧 WiP: this code is part of a series of videos on SolidStart.

Cover Title
Cover for "Server Actions powered Auth in Solid-Start with Xata and Zod" Server Actions powered Auth in Solid-Start with Xata and Zod.
Cover for "Server Actions with SolidStart" Server Actions with SolidStart.
Cover for "Absolute speed: SolidJS + Web-Workers" Absolute speed: SolidJS + Web-Workers.

Setup

To have auth working, you will need a Xata account and initialize a database:

pnpx @xata.io/cli@latest init schema=schema-template.json

This will create a database at Xata with the schema in the json, it will also add the XATA_API_KEY to your .env and create a .xatarc with your database url.

Ready to go

Now it's a matter of installing rest of dependencies and running the dev server.

pnpm i && pnpm dev

Deploy?

Soon. There is some refactoring happening at SolidStart right now which will affect the adapters, so let's wait.

About


Languages

Language:CSS 55.9%Language:TypeScript 43.5%Language:JavaScript 0.6%