1
0
My website
Go to file
2024-08-25 20:44:18 +03:00
.vscode feat: le guestbook has been added 2024-08-22 23:54:03 +03:00
guestbook fix: fetching entry is actually correct now 2024-08-24 21:06:55 +03:00
src fix: entry layouting 2024-08-25 20:44:18 +03:00
static feat: le guestbook has been added 2024-08-22 23:54:03 +03:00
.gitignore build: fix envs 2024-08-23 16:47:01 +03:00
.npmrc feat: omg everything is here! 2024-08-15 00:43:18 +03:00
.prettierignore chore: init svelte project 2024-07-11 15:51:49 +03:00
.prettierrc chore: init svelte project 2024-07-11 15:51:49 +03:00
bun.lockb feat: dont use arctic i hate libraries i hate libraries 2024-08-24 14:25:32 +03:00
eslint.config.js chore: init svelte project 2024-07-11 15:51:49 +03:00
flake.lock build: update deps 2024-08-24 02:46:41 +03:00
flake.nix build: update hash 2024-08-24 14:26:45 +03:00
LICENSE Change LICENSE to MIT 2020-10-02 15:16:31 +00:00
package.json feat: dont use arctic i hate libraries i hate libraries 2024-08-24 14:25:32 +03:00
postcss.config.js feat: get basic version posts index etc working 2024-08-08 03:33:36 +03:00
README.md chore: init svelte project 2024-07-11 15:51:49 +03:00
svelte.config.js feat: allow post requests 2024-08-23 18:24:02 +03:00
tailwind.config.js feat: le guestbook has been added 2024-08-22 23:54:03 +03:00
tsconfig.json chore: init svelte project 2024-07-11 15:51:49 +03:00
vite.config.ts chore: init svelte project 2024-07-11 15:51:49 +03:00

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.