a homebrewed DnD campaign based in the Honkai: Star Rail universe
hsr honkaistarrail dnd

docs: update README.md with short blurb (#118)

authored by samanthanguyen.me and committed by

GitHub f1dfa0a6 e8eef55f

+6 -18
+6 -18
README.md
··· 8 8 [app-deploy-badge]: https://img.shields.io/badge/Drifting_Starlight-online-brightgreen?style=flat-square&logo=cloudflare&logoColor=white&labelColor=black 9 9 [app-deploy-url]: https://driftingstarlight.app/ 10 10 11 - ## Developing 12 - 13 - Create `app/.env.local` file and setup local environment variables: 14 - 15 - ``` 16 - PUBLIC_SUPABASE_URL= 17 - PUBLIC_SUPABASE_ANON_KEY= 18 - PUBLIC_SUPABASE_PUBLISHABLE_KEY= 19 - DISCORD_CLIENT_ID= 20 - DISCORD_CLIENT_SECRET= 21 - ``` 22 - 23 - Run the following: 11 + <blockquote> 12 + <p>“<em>You've never seen me, but the ripples in this glass, like the drifting starlight, will remember this moment for both of us.</em>”</p> 13 + <p>—Kafka, <cite>Old Brew and New Friends</cite></p> 14 + </blockquote> 24 15 25 - ```sh 26 - npm i 27 - npm run build # production environment 28 - npm run dev # development environment 29 - ``` 16 + A homebrewed campaign I'm writing for my friends, revolving around the Honkai: Star Rail universe. Currently a work-in-progress. 17 + This will eventually become a fully-fledged VTT that allows creating custom campaigns and other homebrewed content (beyond HSR and whatnot).