Skip to content

An unofficial second-screen companion app for the game "Subnautica."

License

Notifications You must be signed in to change notification settings

ben-miles/subnauticapda

Repository files navigation

SubnauticaPDA

A second-screen companion app for the game "Subnautica." Turn your phone or tablet into an expanded version of the in-game PDA, eliminating the need to pause while looking for crafting or location info.

See it live here: SubnauticaPDA.dev

UPDATE: December 13, 2022 - Subnautica has been updated, and now features the ability to pin crafting recipes to your HUD. The lack of this feature was the reason I originally built this app, but I've since updated it to provide additional quality-of-life improvements, like a search-as-you-type filter for crafting recipes.

Vite React Github Actions Github Pages

Installation

  1. Clone this repository and provision a web server for the project.
  2. Make sure Node.js and NPM are installed.
  3. In the project's root directory, run npm install in the terminal.

Development

  • It's recommended to use VSCode.
  • For a live preview of the source code, run npm run dev.

Deployment

  • This repo uses GitHub Actions (with this Workflow by Vite) to automatically build and deploy to GitHub Pages whenever new code is pushed to the master branch.
  • You can also build locally by running npm run build, and you can preview that build with npm run preview.

Special Thanks