Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/styppo/hamstr
A twitter-style Nostr web client
https://github.com/styppo/hamstr
nostr
Last synced: 24 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T17:46:43.000Z (over 1 year ago)
- Last Synced: 2024-02-16T05:35:57.083Z (10 months ago)
- Topics: nostr
- Language: Vue
- Homepage: https://hamstr.to
- Size: 2.16 MB
- Stars: 68
- Watchers: 5
- Forks: 26
- 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
```