This is the frontend of https://nierrein.guide/.
You can join our Discord server to chat and contribute : https://discord.gg/swgHJJdt7f
- 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...)
- 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
- Node.js (>18.13.x)
- Copy the
.env.example
file to.env
You will need private keys, please join the Discord server and contact Keziah#6631.
- Install the dependencies via NPM
npm install
- Run the development server
npm run dev
- Once you're done with the development, you can lint your code by running
npm run lint
npm run fix