- Node.js >=18
- Install project dependencies:
pnpm i
- Provide required environment variables based on the
.env.example
file. - Run the application in the development mode:
pnpm run dev
- Deploy the application using the provider of your preference with SvelteKit support.
- Provide required environment variables based on the
.env.example
file.
- Set up required environment variables based on the
.env.example
file. - Follow the SvelteKit's node server deployment documentation.
- Follow the official documentation.