dependabot[bot] c3b0958167 Bump webpack from 5.75.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 14:32:47 +00:00
2023-03-27 16:45:38 +03:00
2023-03-27 16:45:38 +03:00
2023-01-13 20:05:08 +03:00
2023-01-13 20:05:08 +03:00
2023-01-13 20:05:08 +03:00
2023-03-27 16:45:38 +03:00
2023-01-13 18:44:18 +03:00
2023-02-24 15:33:08 +03:00
2023-01-13 20:05:08 +03:00
2023-01-13 20:05:08 +03:00
2023-01-13 20:05:08 +03:00
2023-01-13 20:05:08 +03:00
2023-01-13 20:05:08 +03:00
2023-01-13 20:05:08 +03:00
2023-03-27 14:32:47 +00:00

Swing music client

This repo contains the client code for the swing music player.

Setup

This project requires Node v14 or newer and yarn@1.22.19. Install them first.

Clone the repository and install the dependencies.

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

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 | Copyright (c) 2023 Mungai Njoroge

Languages
Vue 60.7%
TypeScript 35.8%
SCSS 3.3%
JavaScript 0.1%