The frontend of https://albionstatus.com.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Be sure to look into the repositories of the microservice and the scraper and twitter bot too. It is meant to work altogether.
To setup the website on your machine, you'll need:
- An API that delivers you the server status
- NodeJS and NPM
Okay, you got these? Great, let's continue!
- Pull the application and switch to the correct branch (mostly
develop
, ormaster
if you want to deploy) - Get all dependencies by using
npm install
- Build the nuxt app with
npm run build && npm run start
ornpm run dev
, depending on what you want to do.
Deployment works similar to installation. Just go for master
instead of develop
and use npm run run build && npm run start
None known by now
- NodeJS and NPM - Backend javascript and dependency management
- NuxtJS - Great VueJS framework!
We use SemVer for versioning. For the versions available, take a look in our repository.
Contributions are welcome at any time! Just make sure that you follow the JS Standard Style and common good practices when contributing. If you see parts of the code that don't follow those rules, feel free to submit a PR to fix that!
- Alexander Lichter - Main work on the project - Website - BitBucket - Github - StackOverflow
See also the list of contributors who participated in this project.
See LICENSE file