For now? I'm experimenting on an old concept.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

meta: add test credentials

+8 -2
+8 -2
README.MD
··· 40 40 ```sh 41 41 mise install # Installs mise deps 42 42 mise run local-devel-prep # Because you'll need a database running somewhere. 43 - mise run local-devel-watch 43 + mise run local-devel-watch # Also doable without -watch, if you'd prefer. 44 44 ``` 45 45 46 - I might just specify it a bit further sometime in the future. 46 + When running Lumina server in devel mode, it automatically creates two accounts for you and one of those has an attached 47 + post on the global timeline. 48 + 49 + | Username | Email | Password | 50 + | --------- | ----------------- | ---------------- | 51 + | testuser1 | test@lumina123.co | MyTestPassw9292! | 52 + | testuser2 | test@lumina234.co | MyTestPassw9292! |