Fleet Web

Requirements:

  • Node JS 10+

  • NPM/Yarn

  • Firebase CLI

  • Firebase Console Access

  • Bitbucket Access

  • beta.env, staging.env, and production.env (ask your senior developer)


  1. Set up SSH

  • If you haven't already, please proceed to Bitbucket. Access the provided link for setting up SSH on Bitbucket.

  1. Clone Repository

a. Using SSH

git clone git@bitbucket.org:fleetph/fleetph.git

b. If you are having difficulties setting up the SSH you can use HTTPS

Step 1: Go to Bitbucket Repository

Screen Shot 2024-02-07 at 12.07.12 AM.png

Step 2: Copy git clone URL

webhttps.png

 

Please disregard the crossed-out word in the URL as it will vary depending on the email you use to log in.

  1. Navigate to the project folder and integrate the .env files into your project. Refer to the image provided below:

If you haven't acquired the .env file yet, please contact your team leader or go to this Link.

  1. Enter into the Fleet directory

cd fleetph
  1. Install dependencies

yarn install
  1. Run development server

 

Â