Skip to content

OneBuffaloLabs/myplayer-hq

Repository files navigation

MyPlayerHQ

1. Install dependencies

npm install

2. Run the development server

npm run dev

Then open http://localhost:3000 in your browser.

3. Build for production

npm run build

4. Run linter

npm run lint