Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.64 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.64 KB

Careswitch Take-Home Assignment

Your assignment is to build a simple user management interface using SvelteKit, Prisma, Shadcn, and Tailwind that displays a list of users and supports navigating to individual profiles for viewing and editing. Follow the quickstart guide below to get started and learn more about the requirements.

Prerequisites

Quickstart

In the terminal:

# Install dependencies
npm install

# Seed database
npm run seed

# Run dev server
npm run dev

# Lint for TypeScript and Svelte errors
npm run check

Additional assignment instructions are available on the root route once you navigate to the dev server.

Additional Resources