/
Fleet PH - Fleet Forms
Fleet PH - Fleet Forms
Bitbucket Repository: https://bitbucket.org/fleetph/fleet-forms/src/master/
Developer Setup
Requirements
Node JS 10+
Firebase CLI
NPM/Yarn
Firebase Console Access
Bitbucket Access
Set up ssh with Bitbucket if you haven’t yet. Visit the following link: Bitbucket SSH Setup
Clone the repo
git clone git@bitbucket.org:fleetph/fleet-forms.git
Install dependencies.
yarn install
Run development server.
Development of API - the web will not hot-reload
yarn dev:start
Development of Web - web will hot-reload but you will have to pass dummy data to the components
* suggestion for future developers, use concurrently to run web and API server simultaneously.
Deployment