Everything you need to build a Solid project, powered by solid-start
and Panda CSS;
curl -fsSL https://bun.sh/install | bash
See https://bun.sh/docs/installation#installing
mkdir my-project-name
cd my-project-name
bunx degit zipang/solid-start-panda-starter
Install the dependencies with bun install
We use secrets to handle authentication with 3rd party services like Github or Google.
The environment file .env.sample
can be copied and edited with real values as .env.local
for local dev and .env.prod for.. deployment.
Start the development server:
bun dev