block-quote On this pagechevron-down
copy Copy chevron-down
For developers Development setup Want to contribute to something cool?Join our team now!Your code can make a real impact.Check out the open issues, submit pull requests, and let’s build something awesome together!
You can pull the code from https://github.com/berkmancenter/timetrackerarrow-up-right .
Clone the Repository
Copy git clone https://github.com/berkmancenter/timetracker.git
cd timetracker Set Up Docker
Launch the services using Docker Compose:
Copy docker-compose -f docker/docker-compose.dev.yml up Access the App Container
Open a bash session in the app container:
Install Dependencies
Inside the container, run:
Configure Environment Variables
Copy the example environment configuration file and edit as necessary:
Add or update the environment variables in your env file.
Database Setup
Run database migrations:
Start the Application
Use the following command to start the app in development mode:
Last updated 10 months ago