Go to file
Exverge bb87a25adf Add suyu title
Signed-off-by: Exverge <exverge@exverge.xyz>
2024-04-07 02:13:53 +02:00
src Add suyu title 2024-04-07 02:13:53 +02:00
static Delete suyu.png 2024-03-09 11:22:32 +00:00
.gitignore add ssl support 2024-03-08 21:57:53 +00:00
.npmrc initial commit <3 2024-03-06 15:05:24 +00:00
.prettierignore initial commit <3 2024-03-06 15:05:24 +00:00
.prettierrc Added tailwind support 2024-03-08 13:14:38 +02:00
README.md initial commit <3 2024-03-06 15:05:24 +00:00
module.d.ts carousel 2024-03-07 11:35:43 +00:00
package-lock.json add ssl support 2024-03-08 21:57:53 +00:00
package.json add production build script 2024-03-09 12:40:34 +00:00
pnpm-lock.yaml Better navbar buttons 2024-03-08 13:22:56 +02:00
postcss.config.cjs Added tailwind support 2024-03-08 13:14:38 +02:00
server.js don't run stuff as root??? 2024-03-08 22:13:52 +00:00
svelte.config.js enable node adapter 2024-03-08 19:44:35 +00:00
tailwind.config.cjs Added tailwind support 2024-03-08 13:14:38 +02:00
tsconfig.json carousel 2024-03-07 11:35:43 +00:00
vite.config.ts carousel 2024-03-07 11:35:43 +00:00

README.md

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 create svelte@latest

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