Public website for the ImmediatePlatform, powered by create-svelte.
After installing node.js (version 23 is recommended), enable yarn by running corepack enable.
Once you've installed dependencies with yarn install, start a development server:
yarn dev
# or start the server and open the app in a new browser tab
yarn dev -- --openTo create a production build run:
yarn buildYou can preview the production build with yarn preview.
Deployment uses @sveltejs/adapter-static.