No description
| .idea | ||
| messages | ||
| project.inlang | ||
| src | ||
| static | ||
| .gitignore | ||
| .npmrc | ||
| bun.lock | ||
| example.env | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
Personal Blog
Developing
Once you've created a project and installed dependencies with bun install, start a development server:
bun --bun run dev
Building
To create a production version of your app:
bun --bun run build
You can preview the production build with bun --bun run preview.
To deploy your app, run bun run deploy