No description
Find a file
2023-11-04 17:49:55 +01:00
src feat: add audio file zips 2023-11-04 17:49:55 +01:00
static feat: add audio file zips 2023-11-04 17:49:55 +01:00
.eslintignore chore(deps): re-init with latest svelte-kit 2023-03-26 00:38:17 +01:00
.eslintrc.cjs chore: update dependencies 2023-10-30 21:57:44 +01:00
.gitattributes feat: add zip to lfs 2023-11-04 02:10:40 +01:00
.gitignore chore: update dependencies 2023-10-30 21:57:44 +01:00
.npmrc add sveltekit version 2021-04-24 01:30:09 +02:00
.prettierignore chore(deps): re-init with latest svelte-kit 2023-03-26 00:38:17 +01:00
.prettierrc chore: update dependencies 2023-10-30 21:57:44 +01:00
package-lock.json feat: optimize image displays 2023-10-31 07:41:27 +01:00
package.json feat: optimize image displays 2023-10-31 07:41:27 +01:00
postcss.config.cjs chore: update dependencies 2023-10-30 21:57:44 +01:00
README.md refactor: cleanup logos 2023-10-31 07:02:55 +01:00
svelte.config.js feat: optimize images 2023-03-27 23:33:24 +02:00
tailwind.config.cjs feat: pulse download header on navigation 2023-11-04 01:51:49 +01:00
tsconfig.json chore(deps): re-init with latest svelte-kit 2023-03-26 00:38:17 +01:00
vite.config.ts feat: optimize image displays 2023-10-31 07:41:27 +01:00

ein-pfeil-am-rechten-fleck.de

Source Code for the website about my radio play "Ein Pfeil am rechten Fleck". Built using Tailwind & SvelteKit. Website is at ein-pfeil-am-rechten-fleck.de (German!).

Logo of the Radio Play, showing a heart being pierced by an arrow

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.