arias-tale-rpg

tech-forward role play experiment for fun, skill development, and community!

MIT License

Stars
7
Committers
3

arias-tale-rpg

an emergent narrative universe created and communicated over multiple modalities with a focus on generative ai and community

see this Aria's Tale YouTube Playlist for some development sessions and play sessions

Table of Contents

  1. Setup, Install, and Run
  2. Built With
  3. Deployment

Setup, Install, and Run

  1. cp .env.example .env
    1. Then, populate your local file appropriately. You will need a postgres db and Discord API credentials
  2. npm i && npm run db:migrate && npm run db:seed
  3. npm run dev

Developer Notes

Aria's Tale is maintained by the ladderly.io community. Please join the ladderly.io Discord for contributor discussion or technical help.

Built With

This is a T3 Stack project bootstrapped with create-t3-app. The T3 Stack Discordis a useful place to ask for help.

To learn more about the T3 Stack, take a look at the following resources:

Feedback and contributions are welcome in the create-t3-app GitHub repository.

Aria's Tale is also built with the following libraries and their associated official documentation:

Deployment

Aria's Tale is deployed over Vercel. You may need to request permission to view a Vercel preview enviroment for your pull requet.

If you are running your own deployment, consult the official T3 Stack deployment guides for Vercel, Netlify and Docker for more information.