Install dependencies with npm install (or pnpm install or yarn). Start a development server with:
npm install
pnpm install
yarn
# Run local json-server and frontend Svelte app with one command npm run start