Skip to content

Web Developer

Bonnie Wolfe edited this page Oct 10, 2024 · 5 revisions

Welcome to the team! After completing the other onboarding steps, here's how to get started as a Engineer with Hack for LA's HomeUniteUs project:

Quick setup with Docker

Instructions

  • Pull the repository: git clone https://github.com/hackforla/HomeUniteUs.git

  • Navigate to the root of the project cd HomeUniteUs

  • Run Docker Compose to start the application components: docker-compose up

Front-end workstation setup:

System Requirements

  • NodeJS with NPM

Instructions

  • Pull the repository: git clone https://github.com/hackforla/HomeUniteUs.git

  • Navigate to the root of the React application cd HomeUniteUs/app

  • Install the dependencies npm install

  • Create a .env file cloned from the .env.example and populate the secret values. These will be provided by the HUU technical lead or system administrator

  • Start the application: npm run start

Back-end workstation setup:

Find Issues to work on (start with the smallest available and work your way up)

Clone this wiki locally