Skip to content

bjornverbakel/pod-data

Repository files navigation

Pod Data

This is a completion checklist app for NieR: Automata, available at poddata.net.

Technologies

Setup

  1. Install dependencies:

    pnpm install
  2. Environment Variables: Create a .env file 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"
  3. Run Development Server:

    pnpm dev

More instructions can be found here.

Resources & Acknowledgements

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.

License

This project is released under the MIT License

About

Completion checklist app for NieR: Automata

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Generated from zackha/supaAuth