Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carl-hugo/og-experiments
https://github.com/carl-hugo/og-experiments
Last synced: 28 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T03:05:36.000Z (about 2 months ago)
- Last Synced: 2024-09-12T12:43:51.782Z (about 2 months ago)
- Language: TypeScript
- Size: 2.54 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
```