spacedrive/crates/sync/example
Vítor Vasconcellos f7277d602f
Frontend misc fixes and deps update (#1650)
Dependencies overhaul
 - Update dependencies for all projects (except Mobile-only deps)
 - Remove unused dependencies from all projects (except Mobile-only deps)
 - Fix Storybook failing to import sd/ui style
 - Add Node 21 as not supported due to sass-loader not working on it yet
 - Add work-around for new rook version requiring webpack specific global property
 - Fix landing dev not working due to missing default env value on dev
 - Fix some incorrect uses of phosphor-icons non server side icons on server components on landing
 - Fix some incorrect uses of phosphor-icons server side icon on client components on landing
 - Fix landing fail to build on dev due to always required a Github Token to get the latest release
 - Fix new Next.js version not suporting Response.redirect due to immutable Headers
 - Add Gitlab as social link for teams page
 - Update Vítor's team photo
 - Add Vítor's twitter link
 - Fix some warning due to missing useEffect dependencies
 - Remove test-files dir
 - Fix QuickPreview unblurred buttons in Linux
 - Formatting
2023-10-24 07:51:58 +00:00
..
prisma Beginning of sync stuff (#502) 2023-01-04 23:11:55 -08:00
src Beginning of sync stuff (#502) 2023-01-04 23:11:55 -08:00
web Frontend misc fixes and deps update (#1650) 2023-10-24 07:51:58 +00:00
Cargo.toml [ENG-381] Update context menufs actions to support multiple source (#927) 2023-06-14 23:00:28 +00:00
README.md cleanup(don't hate me): prettier format everything 2023-01-19 19:32:35 -08:00

Create rspc app

This app was scaffolded using the create-rspc-app CLI.

Usage

# Terminal One
cd web
pnpm i
pnpm dev

# Terminal Two
cd api/
cargo prisma generate
cargo prisma db push
cargo run