From 52c019ee1361ad2c2d132c7f31dc4fff3d339c51 Mon Sep 17 00:00:00 2001 From: styppo Date: Sat, 14 Jan 2023 20:52:26 +0000 Subject: [PATCH] Update README --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7bc5c2c..32f52de 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# Hamstr (hamstr) +# Hamstr -A twitter-style nostr web client +[Hamstr](https://hamstr.to) is a twitter-style [Nostr](https://github.com/fiatjaf/nostr) web client. -## Install the dependencies +### Install the dependencies ```bash yarn # or npm install ``` -### Start the app in development mode (hot-code reloading, error reporting, etc.) +### Start the app in development mode ```bash quasar dev ``` @@ -31,11 +31,8 @@ npm run format ``` - ### Build the app for production ```bash quasar build ``` -### Customize the configuration -See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).