/warframe-picker

Random warframe picker for Warframe.

Primary LanguageVue

Random Warframe Picker

Repository for the Random Warframe Picker for Warframe. This website allows Warframe players to get a random suggestion of which warframes to play based on a selection of warframes made by the player.

Warframe Picker Main Page Screenshot

Bugs and feature requests

If you find any bug or have a feature request, please post it on the issue section of this repository.

Feedback

Any feedback that is not a bug report or a feature request, please send to owheropicker@gmail.com. You can also join the discord server.

Building the site from source

Use these instructions to build the site from the source code and having it run on your own machine or server.

Prerequisites

Running the site

  • Clone the repo
  • cd into the repo folder
  • npm install to install the dependencies
  • You can now run the site using npm directly or generate static files that can be served by a webserver:
    • npm run serve to serve the site on localhost
    • npm run build --prod to generate the site static files. This command will put all the files under a dist directory. These files should then be put behind a webserver to serve the site.