Frontend for the Tiraya music streaming service
Go to file
2024-02-22 22:57:26 +01:00
.vscode feat: add paraglide i18n 2023-12-17 02:05:49 +01:00
__previewjs__ add marquee 2023-04-12 03:26:35 +02:00
messages feat: add pluralized messages 2023-12-19 20:58:59 +01:00
scripts feat: add typesafe-i18n 2023-12-19 13:56:43 +01:00
src feat: add arrows to swiper 2024-02-22 22:57:26 +01:00
static feat: add loading animation 2024-02-01 22:56:34 +01:00
.editorconfig feat: add daisyui 2023-04-08 00:33:55 +02:00
.eslintignore feat: add typesafe-i18n 2023-12-19 13:56:43 +01:00
.eslintrc.cjs feat: add melt-ui context menu 2023-08-18 15:52:26 +02:00
.gitignore initial commit 2023-04-07 18:31:17 +02:00
.npmrc feat: add melt-ui context menu 2023-08-18 15:52:26 +02:00
.pre-commit-config.yaml chore: update pre-commit config 2023-12-20 23:04:46 +01:00
.prettierignore feat: add typesafe-i18n 2023-12-19 13:56:43 +01:00
.prettierrc chore: update dependencies 2023-07-24 22:55:28 +02:00
.typesafe-i18n.json feat: add typesafe-i18n 2023-12-19 13:56:43 +01:00
LICENSE initial commit 2023-04-07 18:31:17 +02:00
package.json fix: remove custom melt-ui fork, move selection when moving items 2024-02-21 23:05:49 +01:00
pnpm-lock.yaml fix: remove custom melt-ui fork, move selection when moving items 2024-02-21 23:05:49 +01:00
postcss.config.cjs feat: add daisyui 2023-04-08 00:33:55 +02:00
README.md fix: change icon color to teal 2024-02-01 17:03:30 +01:00
svelte.config.js chore: migration to SvelteKit 2 2023-12-20 01:24:21 +01:00
tailwind.config.cjs fix: change icon color to teal 2024-02-01 17:03:30 +01:00
tsconfig.json feat: add typesafe-i18n 2023-12-19 13:56:43 +01:00
vite.config.ts feat: add typesafe-i18n 2023-12-19 13:56:43 +01:00

TIRAYA frontend

Frontend for the TIRAYA music streaming service.

Project created from a template by create-svelte.

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.