You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
TZGyn e06983ea61
fixed round up function not imported
12 months ago
src fixed round up function not imported 12 months ago
static add swap card + bybit webhook 1 year ago
.gitignore basic form + fetch 2 years ago
.npmrc basic form + fetch 2 years ago
.prettierignore basic form + fetch 2 years ago
.prettierrc basic form + fetch 2 years ago
Dockerfile add docker 1 year ago
README.md basic form + fetch 2 years ago
bun.lock migrate to tailwind 4 1 year ago
components.json add bingx api 2 years ago
docker-compose.yml simplified webhook + change to webhook builder 1 year ago
drizzle.config.ts add logs 1 year ago
package.json migrate to tailwind 4 1 year ago
svelte.config.js disable csrf 1 year ago
tsconfig.json basic form + fetch 2 years ago
vite.config.ts migrate to tailwind 4 1 year ago

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.