source code for https://www.deprived.dev
Go to file
BOT Alex c7f3fc625e sync 2024-10-01 08:47:27 +02:00
src sync 2024-10-01 08:47:27 +02:00
static Tons of changes 2024-08-08 02:55:25 +02:00
.gitignore didn't save iguess 2024-07-13 03:22:46 +02:00
.npmrc Setup SvelteKit + Tailwind + DaisyUI + SCSS 2024-07-12 02:46:25 +02:00
README.md Tons of changes 2024-08-08 02:55:25 +02:00
jsconfig.json Working console in svelte version!!! 2024-07-29 04:15:54 +02:00
package-lock.json use node adapter 2024-08-28 15:16:54 +02:00
package.json use node adapter 2024-08-28 15:16:54 +02:00
postcss.config.js Setup SvelteKit + Tailwind + DaisyUI + SCSS 2024-07-12 02:46:25 +02:00
svelte.config.js use node adapter 2024-08-28 15:16:54 +02:00
tailwind.config.js Tons of changes 2024-08-08 02:55:25 +02:00
tsconfig.json Nice! got DaisyUI themes to work! 2024-07-29 18:05:03 +02:00
vite.config.ts Setup SvelteKit + Tailwind + DaisyUI + SCSS 2024-07-12 02:46:25 +02: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.