Use this as a template from github and follow the next steps before using:
- Use the correct nvm version
nvm use
- Copy the .env.example
cp .env.example .env
- Generate a nostr key pair and put
it in the variables
NOSTR_PRIVATE_KEY
andNOSTR_PUBLIC_KEY
pnpm i
pnpm test
pnpm lint
pnpm prettier
pnpm dev
docker compose up