Duet Night Abyss Logo

Fan-made website

Duet Night Abyss Guide Β© 2024

πŸš€ GachaBuild Setup

Current Status

βœ… App is configured to use Sanity-only data
βœ… All static data has been removed
βœ… Sanity connection is working
❌ No data in Sanity yet (needs API token to import)

Next Steps

  1. Get your Sanity API token from Sanity Manage
  2. Select your project (ID: u9m27k7u)
  3. Go to "API" section and click "Add API token"
  4. Name: "GachaBuild Import", Role: "Editor"
  5. Copy the token and run: echo 'SANITY_API_TOKEN=your_token_here' >> .env.local
  6. Run the import commands in your terminal

Import Commands

npm run import:characters
npm run import:weapons

Quick Setup Script

You can also run the automated setup script:

./setup-and-import.sh