@musichub/frontend
v0.2.0
Published
## Introduction
Downloads
1
Readme
MusicHub Front-end - for the powerful online & offline music player
Introduction
This is part of project MusicHub on the front-end side.
Getting started
First clone the repo:
git clone https://github.com/MusicHubTS/frontend.git musichub-frontend
Then change directory into it and choose the branch you want (main is recommended):
cd musichub-frontend
git switch main
Now, follow the command to launch a development server:
npm install
npm run dev
Technology stack
- Vite
- Svelte
- TypeScript
- TailwindCSS
- Saas
- FontAwesome
- Carbon Components Svelte
Branches
main
: stable upstream branch, default at present*(-|_)dev(-|_)*
: development branches for the collaborators, just ignore them!
Contribution
Lacking enough public details of this project like code styles and specifications, it's better for you to provide with bug reports and feature requests in Issue page at present.
License
Special thanks
Specially thank @h0gan1ee for setting up a front-end framework for this repo at a very early time when I knew little about any of them.