Everything you need to build an AuthJS authenticated Solid project, powered by solid-start
;
Install Bun if you haven't already. Install Just The Justfile commands will check and install JS dependencies for you.
just
just dev
also works.
Or, start the server and open the app in a new browser tab
just dev-open
Solid apps are built with adapters, which optimise your project for deployment to different environments.
By default, just build
will generate a Node app that you can run with just start
.
To use a different adapter, add it to the devDependencies
in package.json
and specify in your vite.config.js
.