This is a completion checklist app for NieR: Automata, available at poddata.net.
- Framework: Nuxt 4
- Database & Authentication: Supabase
- UI Library: Vuetify
- Styling: SCSS (Sass)
- Deployment: Vercel
- CDN & Security: Cloudflare
- Bot Protection: Cloudflare Turnstile
-
Install dependencies:
pnpm install
-
Environment Variables: Create a
.envfile in your project root:SUPABASE_PROJECT_ID="your_supabase_project_id" SUPABASE_URL="https://your-project-id.supabase.co" SUPABASE_KEY="your_supabase_key" TURNSTILE_SITEKEY="your_turnstile_site_key" TURNSTILE_SECRET_KEY="your_turnstile_secret_key"
-
Run Development Server:
pnpm dev
More instructions can be found here.
- FextraLife NieR: Automata Wiki - Completion data & guides
- Fandom NieR: Automata Wiki - Completion data
- Steam Community: 100% Guide to NieR:Automata™ - Completion data
- Fearless Revolution: NieR Automata - Save file IDs
NieR: Automata is © Square Enix and PlatinumGames. This app is an independent project and is not affiliated with or endorsed by the original creators.
This project was initialized using supaAuth © 2023 Zack Hatlen, provided under the MIT License.
This project is released under the MIT License