Skip to content

An unofficial second-screen companion app for the game "No Man's Sky."

License

Notifications You must be signed in to change notification settings

ben-miles/nomansguide

Repository files navigation

No Man's Guide

Screenshot - March 4, 2023

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.

Vue Vite Github Actions Github Pages Supported by the No Man's Sky Community Developers & Designers

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 with the Volar extension.
  • 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