Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

ditto-assistant/ditto-app-solidjs

Repository files navigation

SolidStart + AuthJS

Everything you need to build an AuthJS authenticated Solid project, powered by solid-start;

Install dependencies

Install Bun if you haven't already. Install Just The Justfile commands will check and install JS dependencies for you.

Run the development server

just

just dev also works.

Or, start the server and open the app in a new browser tab

just dev-open

Building

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.

About

Ditto UI using SolidJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published