A second-screen companion app for the game "No Man's Sky." A convenient way to see location, crafting, and cooking data for over one hundred in-game items (and growing). Future updates tentatively include translations for the various alien languages.
- Clone this repository and provision a web server for the project.
- Get a TinyPNG Developer API key from TinyPNG - Developer API.
- Make a copy of
.env-example, rename to.env, and update the value ofTINYPNG_API_KEYwith the actual key. - Make sure Node.js and NPM are installed.
- In the project's root directory, run
npm installin the terminal.
- Run
gulpto auto-prefix and minify the CSS, minify the JavaScript, and to set a watcher on these files so that the same is done automatically when changes are saved. CTRL+Cin the console will quit the watch process.
This project is tested with BrowserStack.