Frontend for the Tiraya music streaming service
Find a file
2023-04-12 00:24:50 +02:00
__previewjs__ add slider component 2023-04-11 14:34:22 +02:00
src fix slider 2023-04-12 00:24:50 +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 initial commit 2023-04-07 18:31:17 +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 initial commit 2023-04-07 18:31:17 +02:00
.prettierignore add playerbar prototype 2023-04-09 22:56:54 +02:00
.prettierrc add slider component 2023-04-11 14:34:22 +02:00
LICENSE initial commit 2023-04-07 18:31:17 +02:00
package-lock.json add playerbar prototype 2023-04-09 22:56:54 +02:00
package.json add playerbar prototype 2023-04-09 22:56:54 +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 initial commit 2023-04-07 18:31:17 +02:00
tailwind.config.cjs add slider component 2023-04-11 14:34:22 +02:00
tsconfig.json initial commit 2023-04-07 18:31:17 +02:00
vite.config.ts initial commit 2023-04-07 18:31:17 +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.