because i fucking hate myself.
Go to file
2022-06-18 17:30:18 +03:00
.github
src fix indentation and fix monero qr position 2022-06-18 17:30:18 +03:00
static
.gitignore
.npmrc
.prettierignore
.prettierrc
package.json add suggestions 2022-06-18 08:45:20 +03:00
pnpm-lock.yaml fix all issues 2022-06-17 22:17:57 +03:00
README.md
svelte.config.js ok akis 2022-06-17 21:13:45 +02:00
tsconfig.json

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm init svelte

# create a new project in my-app
npm init svelte 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.