managarten/games/voxel-lava
Till-JS 658ebe08fe docs(voxel-lava): add project documentation and env config
- Add CLAUDE.md with project overview, API endpoints, and setup guide
- Add voxel-lava environment variables to .env.development

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 15:46:57 +01:00
..
apps feat: integrate presi and voxel-lava into monorepo structure 2025-11-27 15:33:28 +01:00
.gitignore feat: add new projects bauntown, presi, voxel-lava, whopixels 2025-11-27 15:11:53 +01:00
CLAUDE.md docs(voxel-lava): add project documentation and env config 2025-11-27 15:46:57 +01:00
DATABASE.md feat: add new projects bauntown, presi, voxel-lava, whopixels 2025-11-27 15:11:53 +01:00
package.json feat: integrate presi and voxel-lava into monorepo structure 2025-11-27 15:33:28 +01:00
pnpm-workspace.yaml feat: integrate presi and voxel-lava into monorepo structure 2025-11-27 15:33:28 +01:00
README.md feat: add new projects bauntown, presi, voxel-lava, whopixels 2025-11-27 15:11:53 +01:00
turbo.json feat: integrate presi and voxel-lava into monorepo structure 2025-11-27 15:33:28 +01:00

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npx sv create

# create a new project in my-app
npx sv create my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.