Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maddyunderstars/shoot-client
React client for Shoot, the fediverse instant messenger
https://github.com/maddyunderstars/shoot-client
Last synced: about 1 month ago
JSON representation
React client for Shoot, the fediverse instant messenger
- Host: GitHub
- URL: https://github.com/maddyunderstars/shoot-client
- Owner: MaddyUnderStars
- Created: 2024-04-24T12:54:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T01:59:47.000Z (about 1 month ago)
- Last Synced: 2024-12-21T02:34:40.369Z (about 1 month ago)
- Language: TypeScript
- Size: 486 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shoot Client
This is the work in progress [Shoot](https://github.com/MaddyUnderStars/shoot) web app.
Please see the readme of Shoot for further details regarding the project.## Getting started
```sh
git clone https://github.com/MaddyUnderStars/shoot-client.git
cd shoot-clientnpm i
npm run dev
```