### Swing music client This repo contains the client code for the [swing music player](https://github.com/geoffrey45/swingmusic). ### Setup This project requires `Node v14` or newer and `yarn@1.22.19`. Install them first. - [NodeJS](https://nodejs.org/en/) - [Yarn](https://yarnpkg.com) Clone the repository and install the dependencies. ```bash git clone https://github.com/geoffrey45/swing-client.git cd swing-client # Install dependencies yarn install # Start the development server yarn dev # Build the project yarn build ``` --- ### Generating PWA favicons ```sh yarn generate-pwa-assets ``` --- ### Contributing If you want to contribute to this project, feel free to open a pull request with you changes. All bug reports and contributions are welcome. --- **[MIT License](https://opensource.org/licenses/MIT) | Copyright (c) 2023 Mungai Njoroge**