Skip to content

albionstatus/albionstatus-website

Repository files navigation

AlbionStatus website

thanks

The frontend of https://albionstatus.com.

Getting Started

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.

Prerequisites

To setup the website on your machine, you'll need:

Okay, you got these? Great, let's continue!

Installing

  1. Pull the application and switch to the correct branch (mostly develop, or master if you want to deploy)
  2. Get all dependencies by using npm install
  3. Build the nuxt app with npm run build && npm run start or npm run dev, depending on what you want to do.

Deployment

Deployment works similar to installation. Just go for master instead of develop and use npm run run build && npm run start

Possible errors and there solutions

None known by now

Built With

Versioning

We use SemVer for versioning. For the versions available, take a look in our repository.

Contribution

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!

Authors

See also the list of contributors who participated in this project.

License

See LICENSE file