Frontend for the Tiraya music streaming service
Find a file
2023-07-27 01:07:04 +02:00
__previewjs__ add marquee 2023-04-12 03:26:35 +02:00
src feat: add swipe action to mobile playerbar 2023-07-27 01:07:04 +02:00
static initial commit 2023-04-07 18:31:17 +02: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 chore: update dependencies 2023-07-24 22:55:28 +02:00
.gitignore initial commit 2023-04-07 18:31:17 +02:00
.npmrc initial commit 2023-04-07 18:31:17 +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-lock.json feat: add swipe action to mobile playerbar 2023-07-27 01:07:04 +02:00
package.json feat: add swipe action to mobile playerbar 2023-07-27 01:07:04 +02: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 add color gradient to ContentHeader 2023-07-20 17:56:04 +02:00
tailwind.config.cjs fix: tailwind safelist button styles 2023-07-25 13:22:05 +02:00
tsconfig.json initial commit 2023-04-07 18:31:17 +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.