GithubHelp home page GithubHelp logo

ribbon-studios / silvy Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 1.84 MB

An app for creating, sharing, and collaborating on strats for XIV

Home Page: https://silvy.ribbonstudios.com

HTML 0.39% TypeScript 84.92% SCSS 11.72% JavaScript 0.69% Dockerfile 0.33% Nix 1.94%

silvy's Introduction

⚠️ This repo is still a WIP and things are always subject to change. ⚠️

Coveralls

Silvy

An app for creating, sharing, and collaborating on strats for XIV.

Supports

Supported Databases

  • 🐘 Postgres
  • 🐬 MariaDB (MySQL)
  • Ⓜ️ SQL Server
  • 🐤 SQLite

Getting Started

🐳 Docker

$ docker run -d \
      --restart=always \
      -e NEXTAUTH_URL="<your-next-auth-url>" \
      -e NEXTAUTH_SECRET="<your-next-auth-secret>" \
      -e DISCORD_CLIENT_ID="<your-discord-client-id>" \
      -e DISCORD_SECRET="<your-discord-token>" \
      -e DATABASE_URL="<your-database-url>" \
      --name silvy \
      ghcr.io/ribbon-studios/silvy:latest

🐋 Docker Compose

version: "3"

services:
  silvy:
    image: ghcr.io/ribbon-studios/silvy:latest
    container_name: silvy
    tty: true
    stdin_open: true
    restart: unless-stopped
    environment:
      NEXTAUTH_URL: "<your-next-auth-url>"
      NEXTAUTH_SECRET: "<your-next-auth-secret>"
      DISCORD_CLIENT_ID: "<your-discord-client-id>"
      DISCORD_SECRET: "<your-discord-token>"
      DATABASE_URL: "<your-database-url>"

Want to Contribute?

Deploys by Netlify

silvy's People

Contributors

cecilia-sanare avatar

silvy's Issues

users should be able to create strats

Tasks

  • Ability to create a new unlisted strat as a individual or team
  • Ability to set a strat as Public
  • Specify metadata (which fight, expansion, etc.)
  • Ability to like a strat
  • Ability to convert a individual strat to a team strat (only your teams you manage)

users should be able to search for strats

Tasks

  • Come up with a more official name (maybe just "Search" or "Community"?)
  • Ability to view all public strats
  • Sort by most liked or newest (most liked being default)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.