Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steeven9/fenice2
v2 of our D&D website
https://github.com/steeven9/fenice2
Last synced: 27 days ago
JSON representation
v2 of our D&D website
- Host: GitHub
- URL: https://github.com/steeven9/fenice2
- Owner: Steeven9
- License: gpl-3.0
- Created: 2022-01-23T05:13:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T22:26:29.000Z (2 months ago)
- Last Synced: 2024-10-23T02:28:15.287Z (2 months ago)
- Language: TypeScript
- Homepage: https://fenice2.soulsbros.ch
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fenice2
[![](https://img.shields.io/github/license/steeven9/fenice2)](/LICENSE)
[![C/C++ CI](https://github.com/steeven9/fenice2/actions/workflows/docker-image.yml/badge.svg)](https://github.com/steeven9/fenice2/actions/workflows/docker-image.yml)
![](https://img.shields.io/tokei/lines/github/steeven9/fenice2)## âšī¸ Description
This is a website for our D&D group, where we handle maps, character data and much more.
The frontend is exposed at .
404 and 500 error logos by [SAWARATSUKI](https://github.com/SAWARATSUKI/KawaiiLogos)
### Dependencies
- MongoDB database
- to fetch next session date
- Home Assistant with Alexa for TTS (optional)## đĄ Local development
### âī¸ Prerequisites
- Node.js v22
- Yarn package manager
- Docker### đ§ Installation
```bash
# install dependencies
yarn install# set up local configuration
cp .env.example .env.local
```### đ Run locally
```bash
# start DB
docker-compose up mongodb -d# start frontend
yarn dev
```Then open your browser and head to