https://github.com/styppo/hamstr
A twitter-style Nostr web client
https://github.com/styppo/hamstr
nostr
Last synced: 1 day ago
JSON representation
A twitter-style Nostr web client
- Host: GitHub
- URL: https://github.com/styppo/hamstr
- Owner: styppo
- Created: 2023-01-01T23:28:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T17:46:43.000Z (almost 2 years ago)
- Last Synced: 2025-06-13T19:46:38.445Z (22 days ago)
- Topics: nostr
- Language: Vue
- Homepage: https://hamstr.to
- Size: 2.16 MB
- Stars: 70
- Watchers: 4
- Forks: 27
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nostr - Hamstr - A twitter-style web client built with Vue.js (Deprecated / Client reviews and/or comparisons)
README
# Hamstr
[Hamstr](https://hamstr.to) is a twitter-style [Nostr](https://github.com/fiatjaf/nostr) web client.
### Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode
```bash
quasar dev
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### Format the files
```bash
yarn format
# or
npm run format
```### Build the app for production
```bash
quasar build
```