Skip to content

NieR-Rein-Guide/nierrein.guide

Repository files navigation

Cover

Lint

This is the frontend of https://nierrein.guide/.

You can join our Discord server to chat and contribute : https://discord.gg/swgHJJdt7f

Features

  • Guides
  • Create Loadouts (Quests, Arena, Subj)
  • Tier lists
  • Characters/Costumes database
  • Weapons database
  • Companions database
  • Memoirs database
  • Debris database
  • In-game notices
  • To-do list
  • Tools (Dark weapons calc, stam calc...)

How to install the project ?

Tech stack

Front-end

Back-end

  • Strapi v4 (CMS)
    • Event
    • Guide
    • Lore
    • FAQ
  • Postgres
    • Dump database populated by nier-rein-dump
    • Main database (contains tierlists, loadouts...)
  • Wasabi (S3 storage)
    • Stores all in game assets, including 3D models

Requirements

  • Node.js (>18.13.x)
  1. Copy the .env.example file to .env

You will need private keys, please join the Discord server and contact Keziah#6631.

  1. Install the dependencies via NPM
npm install
  1. Run the development server
npm run dev
  1. Once you're done with the development, you can lint your code by running
npm run lint
npm run fix

License

MIT