You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# bloggrs.vite
Preview workspace for the generic Bloggrs product API.
## Start
1. In `bloggrs.api.deprecated`, run `npx prisma migrate deploy`
2. In `bloggrs.api.deprecated`, run `npm run seed`
3. In `bloggrs.api.deprecated`, run `npm run dev`
4. In `bloggrs.vite`, run `npm install`
5. In `bloggrs.vite`, run `npm run dev`
The app is preconfigured to preview the seeded `demo-blog` product from `http://localhost:4000/api/v1/public/products/:slug`.
# bloggrs.vite