Frontend for the Tiraya music streaming service
Find a file
2023-12-10 03:42:08 +01:00
.vscode feat: add drag+drop to TrackList 2023-12-10 02:52:04 +01:00
__previewjs__ add marquee 2023-04-12 03:26:35 +02:00
src add custom error page 2023-12-10 03:42:08 +01:00
static feat: add drag+drop to TrackList 2023-12-10 02:52:04 +01:00
.editorconfig feat: add daisyui 2023-04-08 00:33:55 +02:00
.eslintignore initial commit 2023-04-07 18:31:17 +02: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 dependencies 2023-07-24 22:55:28 +02:00
.prettierignore add playerbar prototype 2023-04-09 22:56:54 +02:00
.prettierrc chore: update dependencies 2023-07-24 22:55:28 +02:00
LICENSE initial commit 2023-04-07 18:31:17 +02:00
package.json feat: add drag+drop to TrackList 2023-12-10 02:52:04 +01:00
pnpm-lock.yaml feat: add drag+drop to TrackList 2023-12-10 02:52:04 +01:00
postcss.config.cjs feat: add daisyui 2023-04-08 00:33:55 +02:00
README.md adjust README 2023-04-07 18:33:49 +02:00
svelte.config.js feat: add melt-ui context menu 2023-08-18 15:52:26 +02:00
tailwind.config.cjs feat: add melt-ui context menu 2023-08-18 15:52:26 +02:00
tsconfig.json feat: add melt-ui context menu 2023-08-18 15:52:26 +02:00
vite.config.ts add marquee 2023-04-12 03:26:35 +02: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.