mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 12:57:46 +00:00
We've done a pretty significant update over the past few months on SolidStart and 1.0 is looming. Thought I'd update the official templates to get in line before we do the release. I wasn't sure what to do with the `output` fields as we use Vercel's build output V3 here. But otherwise I think everything should be good. --------- Co-authored-by: Nathan Rajlich <n@n8.io> Co-authored-by: Jeff See <jeffsee.55@gmail.com>
SolidStart
This directory is a brief example of a SolidStart site that can be deployed to Vercel with zero configuration.
Deploy Your Own
Deploy your own SolidStart project with Vercel.
Live Example: https://solid-start-template.vercel.app
Developing
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
Building
This uses the Vercel Adapter for SolidStart.
npm run build