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)
Set up SSH
If you haven't already, please proceed to Bitbucket. Access the provided link for setting up SSH on Bitbucket.
Visit the following link: Bitbucket SSH Setup
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
Step 2: Copy git clone URL
Please disregard the crossed-out word in the URL as it will vary depending on the email you use to log in.
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.
Enter into the Fleet directory
cd fleetph
Install dependencies
yarn install
Run development server