https://github.com/selfup/avorion
Merchant Goods Helper for Avorion
https://github.com/selfup/avorion
Last synced: over 1 year ago
JSON representation
Merchant Goods Helper for Avorion
- Host: GitHub
- URL: https://github.com/selfup/avorion
- Owner: selfup
- License: mit
- Created: 2017-12-16T20:15:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T01:19:11.000Z (over 2 years ago)
- Last Synced: 2025-01-22T15:12:13.123Z (over 1 year ago)
- Language: JavaScript
- Size: 628 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Avorion Goods Filter
### [Website](https://selfup.github.io/avorion/)
Quick way to search for information about tradeable goods in Avorion!
Data comes from: https://avorion.gamepedia.com/Goods?action=raw
:rocket:
### Dev ENV
- VSCode with ESLint plugin
- Node 6+
- npm 5+
- Install deps: `npm install`
- Start server: `npm start`
Visit [localhost:8080](http://localhost:8080)
_page will refresh when JS or CSS is updated_
To build the JS and CSS bundles for static build: `npm run build`