Skip to content

bieberg0n/astral

 
 

Repository files navigation

astral

astral is a web client for interacting with Nostr, a protocol that attempts to make decentralized social media a reality. astral began as a fork of Branle.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev
# or if quasar is not installed globally
./node_modules/.bin/quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build
# or if quasar is not installed globally
./node_modules/.bin/quasar build

Docker

Build the docker image

docker build -t astral .

Run the container

docker run -d -p 8080:8000 --name astral astral

and connect to 'http://localhost:8080/'

Customize the configuration

See Configuring quasar.config.js.

About

Nostr client made with Quasar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.9%
  • JavaScript 39.2%
  • Other 0.9%