Set Up Guide - PirateGame/Pirate-Game-Frontend GitHub Wiki

Welcome to the Pirate-Game-Frontend Wiki!

To set up for local development

  1. Clone the repo
  2. Install NodeJS (if you haven't already) with https://nodejs.org/en/download/
  3. Navigate to the repo folder and run npm install
  4. To start the server run npm run dev
  5. While we are not using a remote 24/7 host for the backend, you'll need to use the following chrome extension: https://mybrowseraddon.com/access-control-allow-origin.html Make sure to click it in the top right of chrome once it's installed, and toggle it ON.
  6. Enjoy programming

If using VS Code and there are loads of error highlights:

Follow the steps on this page, apart from the first one which is to create a project https://simohamed.tech/blog/vue3-lint/