This repository has been archived on 2025-08-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
coinstorge/website
2025-06-24 12:31:22 +03:00
..
drizzle feat: prestige system 2025-06-14 21:51:26 +06:00
src Merge branch 'main' of https://github.com/MD1125/rugplay into pr/77 2025-06-24 12:31:22 +03:00
static Added Dice Game, Fixed Mines & Balance Display on all Gambling Games 2025-06-15 20:50:55 +02:00
websocket feat: implement notification system 2025-06-11 18:37:03 +03:00
.env.example quick production test script 2025-05-30 12:24:21 +03:00
.gitignore init 2025-05-21 21:34:22 +03:00
.npmrc init 2025-05-21 21:34:22 +03:00
.postcssrc.json init 2025-05-21 21:34:22 +03:00
.prettierignore init 2025-05-21 21:34:22 +03:00
.prettierrc init 2025-05-21 21:34:22 +03:00
bun.lock feat: prestige system 2025-06-14 21:51:26 +06:00
components.json feat: add Top Holders 2025-06-10 18:42:41 +03:00
drizzle.config.ts init 2025-05-21 21:34:22 +03:00
package-lock.json feat: image compression w/ sharp 2025-06-14 19:06:22 +06:00
package.json feat: image compression w/ sharp 2025-06-14 19:06:22 +06:00
postcss.config.js init 2025-05-21 21:34:22 +03:00
README.md init 2025-05-21 21:34:22 +03:00
svelte.config.js use adapter node 2025-05-30 14:58:57 +03:00
tailwind.config.ts init 2025-05-21 21:34:22 +03:00
tsconfig.json init 2025-05-21 21:34:22 +03:00
vite.config.ts init 2025-05-21 21:34:22 +03: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.