This is part of project MusicHub on the front-end side.
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
main
: stable upstream branch, default at present*(-|_)dev(-|_)*
: development branches for the collaborators, just ignore them!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.
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.