Stellar is an AT Protocol web client with emoji reactions. This is a fork of Ouranos.
Install NPM packages in the project directory.
npm install
Run 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 32
or visit https://generate-secret.vercel.app/32).NEXTAUTH_URL
(http://localhost:3000
while running locally.)
MIT License