profile page using Svelte
❯ bunx sv create .
┌ Welcome to the Svelte CLI! (v0.6.1)
│
◇ Where would you like your project to be created?
│ ./
│
◇ Directory not empty. Continue?
│ Yes
│
◇ Which template would you like?
│ SvelteKit minimal
│
◇ Add type checking with Typescript?
│ Yes, using Typescript syntax
│
◆ Project created
│
◇ What would you like to add to your project? (use arrow keys / space bar)
│ prettier, eslint, paraglide
│
◇ Preconditions not met ────────────────────────────╮
│ │
│ - clean working directory (Found modified files) │
│ │
├────────────────────────────────────────────────────╯
│
◇ Preconditions failed. Do you wish to continue?
│ Yes
│
◇ paraglide: Which languages would you like to support? (e.g. en,de-ch)
│ en,ja
│
◇ paraglide: Do you want to include a demo?
│ Yes
│
◇ Which package manager do you want to install dependencies with?
│ bun
│
◆ Successfully setup add-ons
│
◇ Successfully installed dependencies
│
◇ Successfully formatted modified files
│
◇ Project next steps ─────────────────────────────────────────────────────╮
│ │
│ 1: git init && git add -A && git commit -m "Initial commit" (optional) │
│ 2: bun dev --open │
│ │
│ To close the dev server, hit Ctrl-C │
│ │
│ Stuck? Visit us at https://svelte.dev/chat │
│ │
├──────────────────────────────────────────────────────────────────────────╯
│
◇ Add-on next steps ────────────────────────────────╮
│ │
│ paraglide: │
│ - Edit your messages in messages/en.json │
│ - Consider installing the Sherlock IDE Extension │
│ - Visit /demo/paraglide route to view the demo │
│ │
├────────────────────────────────────────────────────╯
│
└ You're all set!