https://timesheet-gpt.azurewebsites.net/
π― The goal is to make timesheets easier (especially for non-devs) by:
Figure:
Welcome, and thank you for contributing to TimesheetGPT! Before diving into the code, hereβs how to get everything set up and running on your local machine.
Ensure you have the following installed:
Open a terminal or command prompt and run:
git clone https://github.com/SSWConsulting/TimesheetGPT.git
Navigate to the project folder:
cd TimesheetGPT/src/TimesheetGPT.WebUI
Run the application using the following command:
dotnet run
Now, you should be able to navigate to https://localhost:7270
(or another port if you have configured it differently) in your web browser to view the application.
Your contributions and insights are integral to the growth and functionality of TimesheetGPT. Feel free to submit issues, create pull requests, or document any bugs found. Let's make TimesheetGPT stellar together!