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

bitkarrot/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

You'll need to install using pnpm due to github dependencies:

sudo npm install -g pnpm # if you don't have pnpm
pnpm install

Next, run the development server:

npm run dev
# or
yarn dev
# or
pnpm 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 98.3%
  • JavaScript 1.3%
  • Other 0.4%
0