Git Product home page Git Product logo

alveusgg's Introduction

Alveus Sanctuary website

This is the community-built, open-source website for Alveus Sanctuary. You can access the site at https://alveussanctuary.org/ (or https://alveus.gg/).

See also

Tech stack

This project uses PNPM workspaces. The main app is the website package (apps/website), which is a Next.js app.

For development:

  • Node.js
  • PNPM with workspaces
  • Prettier (code formatting)
  • ESLint (code linting)

Website stack (based on T3 Stack):

  • TypeScript
  • Next.js (framework)
  • tRPC (typesafe api)
  • Prisma (database orm)
  • Auth.js aka NextAuth.js (auth via OAuth)
  • Tailwind CSS (styling)

Hosting (production):

  • PlanetScale (MySQL database)
  • Vercel (serverless hosting)
  • DigitalOcean Spaces (S3-compatible storage)

External APIs

  • Twitch OAuth (application)
  • Twitch EventSub/Helix

Systems overview

For a more complete overview see: #9

alveusgg-infra

How to contribute

TODO

How to develop / Getting started

Prerequisites

  1. Create a Twitch application, setting the OAuth callback to be http://localhost:3000/api/auth/callback/twitch. Note down your client ID and client secret.
  2. Set up some S3-compatible storage for file uploads:
  3. Optional: Obtain Open Weathermap keys if you want those

Local development

  1. Install Node.js and PNPM (see engines in package.json for the required versions) or use fnm/nvm to install the correct version
  2. Install dependencies: pnpm install
  3. Create a PlanetScale account (free) or provide your own MySQL server, that should give you two DSN for the main and shadow database (something like mysql://user:[email protected]/alveusgg?sslaccept=strict)
  4. Copy apps/website/.env.example to apps/website/.env
    • Fill the Prisma section with the database info (DSN)
    • Fill in the S3 section with your S3-compatible storage info
    • The vapid keys for web notifications have to be generated using npx web-push generate-vapid-keys
    • Next Auth secrets, Twitch EventSub API secrets and Action API secrets have to generated using openssl rand -base64 32
    • You may define privileged user once they have signed in via the SUPER_USER_IDS variable
  5. Push the database schema to the new database using npx prisma db push from within apps/website.
  6. Start the dev server: pnpm run -r dev
  7. The website should be running at http://localhost:3000/ (open in browser)
  • Also see T3 Stack
  • Use npx prisma studio to view your database

How to set up your own production instance

Website

The stack should work on any Node.js server or Next.js capable hosting provider and any MySQL server, but has only been tested on Vercel (and PlanetScale) for now.

  1. Create a twitch extension (see Getting started above)
  2. Set up a database (see Getting started above)
  3. Go through the apps/website/.env.example and create your own apps/website/.env.production (see Getting started above)
  4. Push the database schema to the new database using npx prisma db push.
  5. Get your own domain (optional)
  6. Create a Vercel account
  7. Create a new Vercel project with these settings:
    • General:
      • Framework Preset: Next.js, leave the other build/dev settings on the default option
      • Root directory: apps/website
      • Node.js Version: See engines in package.json for the required version
    • Domains: add your domains
    • Git: connect your git repo
    • Environment Variables: Copy and paste your apps/website/.env.production into the first Key field (yes you can simply copy-paste everything at once)

alveusgg's People

Contributors

mattipv4 avatar pjeweb avatar joar avatar nerdytechy avatar

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.