An online tool to generate fun tasks to complete in the game 'Old School Runescape'.
Often, whilst playing Runescape, I'll get bored of the grind of doing a single task. Runescape was most fun for me whilst playing with a group of friends, running into random activities . This tool aims to give you goals - some serious, some outlandish - to work towards.
YES!. The app currently works, we are in alpha at the moment. The biggest thing stopping progress is the lack of Data. We need to create, maintain and update our JSON files to give players tasks.
You might not be a coder, or you might be brand new to github, but it's very easy to contribute and help us out!.
Getting involved is easy. You will need a basic understanding of VUE and Github. Runescpape-Goals uses the VUE CLI - This means you will need both NPM & Yarn locally installed
Create a fork of this reposity, you can do so at the top of this page.
Clone your fork locally. Be sure you make a branch in git to work from. Do not work in master.
Navigate to the directory you downloaded the source files to and open it in terminal/command prompt, you'll need to run these commands.
npm i
Next, run
yarn run serve
Once you have finished, commit and push your files to your branch. Come back to this page and open a pull request!.
If any of the the above is confusing I highly recommend reading The beginner's guide to Contributing to a Github project