A second-screen companion app for the game "No Man's Sky." A convenient way to find location, crafting, refining and cooking information for over one hundred in-game items, as well as a translator for the various alien languages.
- Clone this repository and provision a web server for the project.
- Make sure Node.js and NPM are installed.
- In the project's root directory, run
npm install
in the terminal.
- It's recommended to use VSCode with the Volar extension.
- For a live preview of the source code, run
npm run dev
.
- 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 withnpm run preview
.
- Most of the data I use was sourced from the No Man's Sky Wiki on Fandom
- This project makes use of Vanilla Tilt JS
- This project is part of the No Man's Sky Community Developers & Designers (NMSCD) collection
- This project is tested with BrowserStack