https://github.com/carl-hugo/og-experiments
https://github.com/carl-hugo/og-experiments
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carl-hugo/og-experiments
- Owner: Carl-Hugo
- License: mit
- Created: 2022-08-26T03:08:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T07:56:55.000Z (7 months ago)
- Last Synced: 2025-01-06T09:29:17.221Z (5 months ago)
- Language: TypeScript
- Size: 5.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Og Experiments
This is me hacking stuff together in Foundry VTT.
Some of the stuff in here may end up something someday, but most of it will most likely not.# Credits
- The `ActivateScene` enricher is inspired by [Journals Like a Script](https://github.com/claypooj21/journals-like-a-script).
# Getting started
```bash
# Install dependencies
npm i# Serve in watch mode
npm run start
```