aiken/examples/gift_card
rvcas 3e2ca757cd
fix: remove unwrap which is causing panics closes #1073
2024-12-25 23:14:18 -05:00
..
src chore(example): const's should be let's 2024-11-25 22:58:20 -05:00
static feat: start switching to blaze and svelte 2024-11-25 16:19:06 -05:00
validators Start working on using a decision tree for when expr. Also fmt fix. Other Stuff 2024-11-01 19:34:45 -04:00
.gitignore feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00
.npmrc feat: start switching to blaze and svelte 2024-11-25 16:19:06 -05:00
.prettierignore feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00
.prettierrc feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00
README.md feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00
aiken.lock feat: remove plutus v1,v2 from aiken.toml closes #1032 2024-12-25 22:52:08 -05:00
aiken.toml Fix remaining acceptance tests to be V3-compatible 2024-08-27 19:19:25 +02:00
eslint.config.js feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00
package-lock.json feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00
package.json feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00
plutus.json fix: remove unwrap which is causing panics closes #1073 2024-12-25 23:14:18 -05:00
pnpm-lock.yaml feat: remove plutus v1,v2 from aiken.toml closes #1032 2024-12-25 22:52:08 -05:00
postcss.config.js feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00
svelte.config.js feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00
tailwind.config.ts feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00
tsconfig.json feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00
vite.config.ts feat: convert gift card tutorial to lucid-evolution and weld 2024-11-25 16:19:06 -05:00

README.md

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.