Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 401 Bytes

CardSky: a tarot / oracle card reader for Bluesky

Based on the Bluesky statusphere sample app.

See https://atproto.com/guides/applications for a guide through the oriiginal codebase.

Getting Started

git clone https://github.com/bluesky-social/statusphere-example-app.git
cd statusphere-example-app
cp .env.template .env
npm install
npm run dev
# Navigate to http://localhost:8001