spacedrive/crates/sync/example
Utku b856f15b22
Tailwind Prettier Plugin (#557)
* add tailwind prettier plugin + run prettier

* add eslint tailwind plugin and eslint fix to turbo

* Ran eslint fix + fixed every other lint issues

* twStyle and lint stuff

* remove auto lint as it's buggy

* update eslint & add twStyle to tailwind regex

* Fix auto lint + config inconsistencies

* Add tailwind config to prettier config

* run lint:fix

---------

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2023-02-16 07:04:19 +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 Tailwind Prettier Plugin (#557) 2023-02-16 07:04:19 +00:00
Cargo.toml improvements to spacedrive:// custom URI protocol (#550) 2023-02-14 13:27:11 +08: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