A new face for launchpad.net built with Svelte.
git clone https://git.launchpad.net/launchpad-ui
cd launchpad-ui
pnpm installRunning the project against the real backend requires a populated .env.
Create a .env file in the project root:
cp .env.mock .envThen update the variables in .env as needed.
pnpm build
pnpm previewLaunchpad UI will be available at http://localhost:4173.
pnpm devLaunchpad UI will be available at http://localhost:5173.
Use Storybook to develop and test UI components in isolation.
pnpm storybookStorybook will be available at http://localhost:6006.
pnpm checkruns typechecks + lint.pnpm testruns all tests once.