https://github.com/ben-miles/nomansguide
An unofficial second-screen companion app for the game "No Man's Sky."
https://github.com/ben-miles/nomansguide
nomanssky nomansskythegame second-screen vue vuejs
Last synced: 8 months ago
JSON representation
An unofficial second-screen companion app for the game "No Man's Sky."
- Host: GitHub
- URL: https://github.com/ben-miles/nomansguide
- Owner: ben-miles
- License: other
- Created: 2020-06-10T00:45:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T18:12:07.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T10:52:34.440Z (over 1 year ago)
- Topics: nomanssky, nomansskythegame, second-screen, vue, vuejs
- Language: Vue
- Homepage: https://nomansguide.dev
- Size: 73.7 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# No Man's Guide

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.
[](https://vuejs.org/)
[](https://vitejs.dev/)
[](https://github.com/features/actions)
[](https://pages.github.com/)
[](https://nmscd.com/)
## Installation
1. Clone this repository and provision a web server for the project.
2. Make sure [Node.js](https://nodejs.org) and [NPM](https://www.npmjs.com) are installed.
3. In the project's root directory, run `npm install` in the terminal.
## Development
- It's recommended to use [VSCode](https://code.visualstudio.com/) with the [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.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](https://vitejs.dev/guide/static-deploy.html#github-pages)) 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
- Most of the data I use was sourced from the [No Man's Sky Wiki on Fandom](https://nomanssky.fandom.com/wiki/No_Man%27s_Sky_Wiki)
- This project makes use of [Vanilla Tilt JS](https://micku7zu.github.io/vanilla-tilt.js/)
- This project is part of the [No Man's Sky Community Developers & Designers (NMSCD)](https://nmscd.com/) collection
- This project is tested with [BrowserStack](https://www.browserstack.com/)