A simple tool to copy the shrug emoji ¯\_(ツ)_/¯ to your clipboard.
Shrug Man is an open-source static web application that allows you to easily copy the shrug emoji ¯\_(ツ)_/¯ to your clipboard. It is designed to be simple and lightweight, making it easy to use and deploy. The mission of this project is to:
🤷♂️ Be fun
🤷♀️ Be simple
🤷 Shrug
Contributions are welcome and key to maintaining this project! Please read the contributing guide for opening issues or pull requests.
To run this project, you will need to have the following software installed on your machine:
Optionally, you can also use the .NET Aspire application host to run the project. This is not required but does add additional local development features. For these optional features, you will need the following additional software installed:
- .NET 9 SDK
- An OCI compliant container runtime
This project optionally uses .NET Aspire to orchestrate the local development environment. This will be expanded upon in the future to add additional features include OpenTelemetry and other backing cloud services.
For more information on or troubleshooting .NET Aspire, see the Aspire documentation.
To clone the repository, run the following command in your terminal:
git clone https://github.com/victorfrye/shrugman.git
To run the application, simply run the following commands in the root of the project:
Set-Location ./src/WebClient && npm install && npm run dev
OR if you have .NET installed and want to use Aspire app host:
dotnet run --project ./src/AppHost/AppHost.csproj
Shrug Man has adopted the Contributor Covenant Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.
Copyright (c) Victor Frye. All rights reserved.
Licensed under the MIT license.