Stellar is an AT Protocol web client with emoji reactions. This is a fork of Ouranos.
Install NPM packages in the project directory.
npm installRun npm run dev and open http://localhost:3000 with your browser to see the result.
The following environment variables are required:
NEXTAUTH_SECRET(generate one usingopenssl rand -base64 32or visit https://generate-secret.vercel.app/32).NEXTAUTH_URL(http://localhost:3000while running locally.)
MIT License
