mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
* add solid/solidstart templates * remove solid entry, add readme logos * remove legacy config, add yarn.lock, fix gitignore * remove solid example * update deps, remove FS dir Co-authored-by: Steven <steven@ceriously.com>
SolidStart
Everything you need to build a Solid project, powered by solid-start;
Deploy Your Own
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
# or start the server and open the app in a new browser tab
npm run dev -- --open
Building
This uses the Vercel Adapter for SolidStart.
npm run build