8000 GitHub - jaschadub/relaycreator: Relay Creator for nostr
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jaschadub/relaycreator

 
 

Repository files navigation

This is the relay creator for #nostr app repository.

Getting Started

First, copy and configure the example .env: The required settings right now are mysql and lnbits. The rest can be left as default.

cp env.develop .env

Next, run the development server:

npm install
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

TODO:

There is much to do, I know. If you're interested in helping with the project let me know!

  • Create a docker-compose setup for easy development
  • Make development possible w/out LNBITS
  • Add more documentation
  • UI tweaks for responsive/mobile
  • Login via mobile DM
  • Fix flicker on theme switch
  • Relay directory and advertisement
  • ...

About

Relay Creator for nostr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.1%
  • JavaScript 2.5%
  • CSS 1.2%
  • Dockerfile 0.2%
0