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 9d01008c50
remove entry price from close position form
9 months ago
src remove entry price from close position form 9 months ago
static add swap card + bybit webhook 10 months ago
.gitignore basic form + fetch 1 year ago
.npmrc basic form + fetch 1 year ago
.prettierignore basic form + fetch 1 year ago
.prettierrc basic form + fetch 1 year ago
Dockerfile add docker 10 months ago
README.md basic form + fetch 1 year ago
bun.lock simplified webhook + change to webhook builder 10 months ago
components.json add bingx api 1 year ago
docker-compose.yml simplified webhook + change to webhook builder 10 months ago
package.json simplified webhook + change to webhook builder 10 months ago
postcss.config.js basic form + fetch 1 year ago
svelte.config.js disable csrf 10 months ago
tailwind.config.ts basic form + fetch 1 year ago
tsconfig.json basic form + fetch 1 year ago
vite.config.ts basic form + fetch 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.