Thanks to visit codestin.com
Credit goes to github.com

Skip to content

votegold/relaytools-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.8%
  • JavaScript 2.4%
  • Other 0.8%