Skip to content

robinsone/raid-roster

Repository files navigation

raid-roster

Dev Notes

  • fork/clone repository
  • Update roster.json file with server and players
  • Update ~\raid-roster\components\siteHeader.vue with guild name
  • Update ~\raid-roster\components\sections\Hero.vue with guild blurb

In order to run the app

  • npm install
  • npm run dev
  • navigate to [loc](http://localhost:3000)

Deploy your app to github pages

  • ensure your repository settings is setup. Here helpful info - github docs
  • once you push to the main branch there should be a Github Action that will deploy it.