1
0
Fork 0
WIP D&D tool for printing GM Screens
Find a file
Ava Gaiety W 154c454c43 sveltekit
2024-11-17 23:33:50 -07:00
src sveltekit 2024-11-17 23:33:50 -07:00
static sveltekit 2024-11-17 23:33:50 -07:00
.env WIP db with sources and publishers, contributing.md 2024-11-13 18:46:41 -07:00
.gitignore sveltekit 2024-11-17 23:33:50 -07:00
.mise.toml WIP db with sources and publishers, contributing.md 2024-11-13 18:46:41 -07:00
.npmrc sveltekit 2024-11-17 23:33:50 -07:00
.prettierignore sveltekit 2024-11-17 23:33:50 -07:00
.prettierrc sveltekit 2024-11-17 23:33:50 -07:00
bun.lockb sveltekit 2024-11-17 23:33:50 -07:00
CONTRIBUTING.md Cleanup contrib.md, mv seed data to data dir 2024-11-13 18:52:20 -07:00
db.sqlite sveltekit 2024-11-17 23:33:50 -07:00
drizzle.config.ts WIP db with sources and publishers, contributing.md 2024-11-13 18:46:41 -07:00
eslint.config.js sveltekit 2024-11-17 23:33:50 -07:00
LICENSE Initial commit 2024-11-14 00:42:30 +00:00
package.json sveltekit 2024-11-17 23:33:50 -07:00
README.md sveltekit 2024-11-17 23:33:50 -07:00
svelte.config.js sveltekit 2024-11-17 23:33:50 -07:00
tsconfig.json sveltekit 2024-11-17 23:33:50 -07:00
vite.config.ts sveltekit 2024-11-17 23:33:50 -07: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.