diff --git a/s/.gitignore b/.gitignore similarity index 100% rename from s/.gitignore rename to .gitignore diff --git a/s/.npmrc b/.npmrc similarity index 100% rename from s/.npmrc rename to .npmrc diff --git a/s/package-lock.json b/package-lock.json similarity index 100% rename from s/package-lock.json rename to package-lock.json diff --git a/s/package.json b/package.json similarity index 100% rename from s/package.json rename to package.json diff --git a/s/README.md b/s/README.md deleted file mode 100644 index 5c91169..0000000 --- a/s/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# create-svelte - -Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte). - -## Creating a project - -If you're seeing this, you've probably already done this step. Congrats! - -```bash -# 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: - -```bash -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: - -```bash -npm run build -``` - -You can preview the production build with `npm run preview`. - -> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. diff --git a/s/src/app.html b/src/app.html similarity index 100% rename from s/src/app.html rename to src/app.html diff --git a/s/src/lib/images/github.svg b/src/lib/images/github.svg similarity index 100% rename from s/src/lib/images/github.svg rename to src/lib/images/github.svg diff --git a/s/src/lib/images/svelte-logo.svg b/src/lib/images/svelte-logo.svg similarity index 100% rename from s/src/lib/images/svelte-logo.svg rename to src/lib/images/svelte-logo.svg diff --git a/s/src/lib/images/svelte-welcome.png b/src/lib/images/svelte-welcome.png similarity index 100% rename from s/src/lib/images/svelte-welcome.png rename to src/lib/images/svelte-welcome.png diff --git a/s/src/lib/images/svelte-welcome.webp b/src/lib/images/svelte-welcome.webp similarity index 100% rename from s/src/lib/images/svelte-welcome.webp rename to src/lib/images/svelte-welcome.webp diff --git a/s/src/routes/+page.svelte b/src/routes/+page.svelte similarity index 100% rename from s/src/routes/+page.svelte rename to src/routes/+page.svelte diff --git a/s/src/routes/404/+page.svelte b/src/routes/404/+page.svelte similarity index 100% rename from s/src/routes/404/+page.svelte rename to src/routes/404/+page.svelte diff --git a/s/src/routes/krydder/+page.svelte b/src/routes/krydder/+page.svelte similarity index 100% rename from s/src/routes/krydder/+page.svelte rename to src/routes/krydder/+page.svelte diff --git a/s/src/routes/portfolio/+page.svelte b/src/routes/portfolio/+page.svelte similarity index 100% rename from s/src/routes/portfolio/+page.svelte rename to src/routes/portfolio/+page.svelte diff --git a/s/src/routes/staveriktig/+page.svelte b/src/routes/staveriktig/+page.svelte similarity index 100% rename from s/src/routes/staveriktig/+page.svelte rename to src/routes/staveriktig/+page.svelte diff --git a/s/static/archived-pages/gammel.tar.gz b/static/archived-pages/gammel.tar.gz similarity index 100% rename from s/static/archived-pages/gammel.tar.gz rename to static/archived-pages/gammel.tar.gz diff --git a/s/static/archived-pages/morro.tar.gz b/static/archived-pages/morro.tar.gz similarity index 100% rename from s/static/archived-pages/morro.tar.gz rename to static/archived-pages/morro.tar.gz diff --git a/s/static/favicon.png b/static/favicon.png similarity index 100% rename from s/static/favicon.png rename to static/favicon.png diff --git a/s/static/img/portfolio/image-previews/0xflutoo.jpg b/static/img/portfolio/image-previews/0xflutoo.jpg similarity index 100% rename from s/static/img/portfolio/image-previews/0xflutoo.jpg rename to static/img/portfolio/image-previews/0xflutoo.jpg diff --git a/s/static/img/portfolio/image-previews/c8z9ste.jpg b/static/img/portfolio/image-previews/c8z9ste.jpg similarity index 100% rename from s/static/img/portfolio/image-previews/c8z9ste.jpg rename to static/img/portfolio/image-previews/c8z9ste.jpg diff --git a/s/static/img/portfolio/image-previews/d8g4zbf2.jpg b/static/img/portfolio/image-previews/d8g4zbf2.jpg similarity index 100% rename from s/static/img/portfolio/image-previews/d8g4zbf2.jpg rename to static/img/portfolio/image-previews/d8g4zbf2.jpg diff --git a/s/static/img/portfolio/image-previews/lumwy9w.jpg b/static/img/portfolio/image-previews/lumwy9w.jpg similarity index 100% rename from s/static/img/portfolio/image-previews/lumwy9w.jpg rename to static/img/portfolio/image-previews/lumwy9w.jpg diff --git a/s/static/img/portfolio/image-previews/s0nb4jkf.jpg b/static/img/portfolio/image-previews/s0nb4jkf.jpg similarity index 100% rename from s/static/img/portfolio/image-previews/s0nb4jkf.jpg rename to static/img/portfolio/image-previews/s0nb4jkf.jpg diff --git a/s/static/img/portfolio/image-previews/u3g4k04.jpg b/static/img/portfolio/image-previews/u3g4k04.jpg similarity index 100% rename from s/static/img/portfolio/image-previews/u3g4k04.jpg rename to static/img/portfolio/image-previews/u3g4k04.jpg diff --git a/s/static/img/portfolio/image-previews/v1wb362q.jpg b/static/img/portfolio/image-previews/v1wb362q.jpg similarity index 100% rename from s/static/img/portfolio/image-previews/v1wb362q.jpg rename to static/img/portfolio/image-previews/v1wb362q.jpg diff --git a/s/static/img/portfolio/image-previews/y69h9a2d.jpg b/static/img/portfolio/image-previews/y69h9a2d.jpg similarity index 100% rename from s/static/img/portfolio/image-previews/y69h9a2d.jpg rename to static/img/portfolio/image-previews/y69h9a2d.jpg diff --git a/s/static/js/portfolio-script.js b/static/js/portfolio-script.js similarity index 100% rename from s/static/js/portfolio-script.js rename to static/js/portfolio-script.js diff --git a/s/static/krydderthegame/appmanifest.json b/static/krydderthegame/appmanifest.json similarity index 100% rename from s/static/krydderthegame/appmanifest.json rename to static/krydderthegame/appmanifest.json diff --git a/s/static/krydderthegame/data.json b/static/krydderthegame/data.json similarity index 100% rename from s/static/krydderthegame/data.json rename to static/krydderthegame/data.json diff --git a/s/static/krydderthegame/icons/icon-128.png b/static/krydderthegame/icons/icon-128.png similarity index 100% rename from s/static/krydderthegame/icons/icon-128.png rename to static/krydderthegame/icons/icon-128.png diff --git a/s/static/krydderthegame/icons/icon-16.png b/static/krydderthegame/icons/icon-16.png similarity index 100% rename from s/static/krydderthegame/icons/icon-16.png rename to static/krydderthegame/icons/icon-16.png diff --git a/s/static/krydderthegame/icons/icon-256.png b/static/krydderthegame/icons/icon-256.png similarity index 100% rename from s/static/krydderthegame/icons/icon-256.png rename to static/krydderthegame/icons/icon-256.png diff --git a/s/static/krydderthegame/icons/icon-32.png b/static/krydderthegame/icons/icon-32.png similarity index 100% rename from s/static/krydderthegame/icons/icon-32.png rename to static/krydderthegame/icons/icon-32.png diff --git a/s/static/krydderthegame/icons/icon-512.png b/static/krydderthegame/icons/icon-512.png similarity index 100% rename from s/static/krydderthegame/icons/icon-512.png rename to static/krydderthegame/icons/icon-512.png diff --git a/s/static/krydderthegame/icons/icon-64.png b/static/krydderthegame/icons/icon-64.png similarity index 100% rename from s/static/krydderthegame/icons/icon-64.png rename to static/krydderthegame/icons/icon-64.png diff --git a/s/static/krydderthegame/icons/loading-logo.png b/static/krydderthegame/icons/loading-logo.png similarity index 100% rename from s/static/krydderthegame/icons/loading-logo.png rename to static/krydderthegame/icons/loading-logo.png diff --git a/s/static/krydderthegame/images/shared-0-sheet0.png b/static/krydderthegame/images/shared-0-sheet0.png similarity index 100% rename from s/static/krydderthegame/images/shared-0-sheet0.png rename to static/krydderthegame/images/shared-0-sheet0.png diff --git a/s/static/krydderthegame/images/shared-0-sheet1.png b/static/krydderthegame/images/shared-0-sheet1.png similarity index 100% rename from s/static/krydderthegame/images/shared-0-sheet1.png rename to static/krydderthegame/images/shared-0-sheet1.png diff --git a/s/static/krydderthegame/images/shared-0-sheet2.png b/static/krydderthegame/images/shared-0-sheet2.png similarity index 100% rename from s/static/krydderthegame/images/shared-0-sheet2.png rename to static/krydderthegame/images/shared-0-sheet2.png diff --git a/s/static/krydderthegame/images/tiledbackground-sheet0.png b/static/krydderthegame/images/tiledbackground-sheet0.png similarity index 100% rename from s/static/krydderthegame/images/tiledbackground-sheet0.png rename to static/krydderthegame/images/tiledbackground-sheet0.png diff --git a/s/static/krydderthegame/images/tiledbackground2-sheet0.png b/static/krydderthegame/images/tiledbackground2-sheet0.png similarity index 100% rename from s/static/krydderthegame/images/tiledbackground2-sheet0.png rename to static/krydderthegame/images/tiledbackground2-sheet0.png diff --git a/s/static/krydderthegame/images/tiledbackground3-sheet0.png b/static/krydderthegame/images/tiledbackground3-sheet0.png similarity index 100% rename from s/static/krydderthegame/images/tiledbackground3-sheet0.png rename to static/krydderthegame/images/tiledbackground3-sheet0.png diff --git a/s/static/krydderthegame/index.html b/static/krydderthegame/index.html similarity index 100% rename from s/static/krydderthegame/index.html rename to static/krydderthegame/index.html diff --git a/s/static/krydderthegame/media/All Mounted Turret Far Shot Sounds (Fortnite) - Sound Effects for editing.webm b/static/krydderthegame/media/All Mounted Turret Far Shot Sounds (Fortnite) - Sound Effects for editing.webm similarity index 100% rename from s/static/krydderthegame/media/All Mounted Turret Far Shot Sounds (Fortnite) - Sound Effects for editing.webm rename to static/krydderthegame/media/All Mounted Turret Far Shot Sounds (Fortnite) - Sound Effects for editing.webm diff --git a/s/static/krydderthegame/media/Revolver sound (sound effect) - Reloading, shots, getting.webm b/static/krydderthegame/media/Revolver sound (sound effect) - Reloading, shots, getting.webm similarity index 100% rename from s/static/krydderthegame/media/Revolver sound (sound effect) - Reloading, shots, getting.webm rename to static/krydderthegame/media/Revolver sound (sound effect) - Reloading, shots, getting.webm diff --git a/s/static/krydderthegame/offline.json b/static/krydderthegame/offline.json similarity index 100% rename from s/static/krydderthegame/offline.json rename to static/krydderthegame/offline.json diff --git a/s/static/krydderthegame/scripts/c3runtime.js b/static/krydderthegame/scripts/c3runtime.js similarity index 100% rename from s/static/krydderthegame/scripts/c3runtime.js rename to static/krydderthegame/scripts/c3runtime.js diff --git a/s/static/krydderthegame/scripts/dispatchworker.js b/static/krydderthegame/scripts/dispatchworker.js similarity index 100% rename from s/static/krydderthegame/scripts/dispatchworker.js rename to static/krydderthegame/scripts/dispatchworker.js diff --git a/s/static/krydderthegame/scripts/fix.js b/static/krydderthegame/scripts/fix.js similarity index 100% rename from s/static/krydderthegame/scripts/fix.js rename to static/krydderthegame/scripts/fix.js diff --git a/s/static/krydderthegame/scripts/jobworker.js b/static/krydderthegame/scripts/jobworker.js similarity index 100% rename from s/static/krydderthegame/scripts/jobworker.js rename to static/krydderthegame/scripts/jobworker.js diff --git a/s/static/krydderthegame/scripts/main.js b/static/krydderthegame/scripts/main.js similarity index 100% rename from s/static/krydderthegame/scripts/main.js rename to static/krydderthegame/scripts/main.js diff --git a/s/static/krydderthegame/scripts/offlineclient.js b/static/krydderthegame/scripts/offlineclient.js similarity index 100% rename from s/static/krydderthegame/scripts/offlineclient.js rename to static/krydderthegame/scripts/offlineclient.js diff --git a/s/static/krydderthegame/scripts/opus.wasm.js b/static/krydderthegame/scripts/opus.wasm.js similarity index 100% rename from s/static/krydderthegame/scripts/opus.wasm.js rename to static/krydderthegame/scripts/opus.wasm.js diff --git a/s/static/krydderthegame/scripts/opus.wasm.wasm b/static/krydderthegame/scripts/opus.wasm.wasm similarity index 100% rename from s/static/krydderthegame/scripts/opus.wasm.wasm rename to static/krydderthegame/scripts/opus.wasm.wasm diff --git a/s/static/krydderthegame/scripts/register-sw.js b/static/krydderthegame/scripts/register-sw.js similarity index 100% rename from s/static/krydderthegame/scripts/register-sw.js rename to static/krydderthegame/scripts/register-sw.js diff --git a/s/static/krydderthegame/scripts/supportcheck.js b/static/krydderthegame/scripts/supportcheck.js similarity index 100% rename from s/static/krydderthegame/scripts/supportcheck.js rename to static/krydderthegame/scripts/supportcheck.js diff --git a/s/static/krydderthegame/style.css b/static/krydderthegame/style.css similarity index 100% rename from s/static/krydderthegame/style.css rename to static/krydderthegame/style.css diff --git a/s/static/krydderthegame/sw.js b/static/krydderthegame/sw.js similarity index 100% rename from s/static/krydderthegame/sw.js rename to static/krydderthegame/sw.js diff --git a/s/static/krydderthegame/workermain.js b/static/krydderthegame/workermain.js similarity index 100% rename from s/static/krydderthegame/workermain.js rename to static/krydderthegame/workermain.js diff --git a/s/static/music/episksang.html b/static/music/episksang.html similarity index 100% rename from s/static/music/episksang.html rename to static/music/episksang.html diff --git a/s/static/music/finished.html b/static/music/finished.html similarity index 100% rename from s/static/music/finished.html rename to static/music/finished.html diff --git a/s/static/music/lillekattepus.html b/static/music/lillekattepus.html similarity index 100% rename from s/static/music/lillekattepus.html rename to static/music/lillekattepus.html diff --git a/s/static/music/loop.html b/static/music/loop.html similarity index 100% rename from s/static/music/loop.html rename to static/music/loop.html diff --git a/s/static/music/loop2.html b/static/music/loop2.html similarity index 100% rename from s/static/music/loop2.html rename to static/music/loop2.html diff --git a/s/static/music/semidone.html b/static/music/semidone.html similarity index 100% rename from s/static/music/semidone.html rename to static/music/semidone.html diff --git a/s/static/robots.txt b/static/robots.txt similarity index 100% rename from s/static/robots.txt rename to static/robots.txt diff --git a/s/static/styles/portfolio.css b/static/styles/portfolio.css similarity index 100% rename from s/static/styles/portfolio.css rename to static/styles/portfolio.css diff --git a/s/static/styles/staveriktig-style.css b/static/styles/staveriktig-style.css similarity index 100% rename from s/static/styles/staveriktig-style.css rename to static/styles/staveriktig-style.css diff --git a/s/static/styles/style.css b/static/styles/style.css similarity index 100% rename from s/static/styles/style.css rename to static/styles/style.css diff --git a/s/svelte.config.js b/svelte.config.js similarity index 100% rename from s/svelte.config.js rename to svelte.config.js diff --git a/s/vite.config.js b/vite.config.js similarity index 100% rename from s/vite.config.js rename to vite.config.js