Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-torres/agent-resources
Agent Resources is a web app for the TTRPG Enclave
https://github.com/david-torres/agent-resources
bulma express handlebars htmx htmx-app moment-timezone momentjs supabase supabase-auth supabase-js
Last synced: 21 days ago
JSON representation
Agent Resources is a web app for the TTRPG Enclave
- Host: GitHub
- URL: https://github.com/david-torres/agent-resources
- Owner: david-torres
- License: mit
- Created: 2024-10-09T13:27:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T03:38:00.000Z (2 months ago)
- Last Synced: 2024-10-25T12:51:55.909Z (2 months ago)
- Topics: bulma, express, handlebars, htmx, htmx-app, moment-timezone, momentjs, supabase, supabase-auth, supabase-js
- Language: JavaScript
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agent Resources
Agent Resources is a web application for managing Enclave characters, finding
games, and more!## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Dependencies](#dependencies)
- [Enclave](#enclave)
- [License](#license)## Installation
1. Clone the repository:
```sh
git clone https://github.com/david-torres/agent-resources.git
cd agent-resources
```2. Install the dependencies:
```sh
npm install
```3. Create a `.env` file based on `.env.dist` and fill in the required
environment variables.## Usage
To start the application in development mode:
```sh
npm run dev
```To start the application in production mode:
```sh
npm run start
```## Dependencies
This project is built using:
- [Express](https://github.com/expressjs/express)
- [Handlebars](https://github.com/handlebars-lang/handlebars.js)
- [Supabase](https://github.com/supabase/supabase)
- [Htmx](https://github.com/bigskysoftware/htmx)
- [Bulma](https://github.com/jgthms/bulma)## Enclave
New to the Enclave? Watch the video:
[![Watch the video](https://img.youtube.com/vi/aBVeIi6s6rE/0.jpg)](https://www.youtube.com/watch?v=aBVeIi6s6rE)
[Learn more about the Enclave](https://www.kickstarter.com/projects/757240159/enclave-a-tableless-roleplaying-game)
## License
This project is licensed under the MIT License.