Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.