-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document Development Pathway #47
Comments
There are three main things that people have to stand up in order to start developing UIPA. These things are:
At the end of setting up your development environment, you should have three terminal windows running each of these separately. The DatabasesPrerequisites
InstructionsThe databases can be stood up together with one command using the provided After running The BackendPrerequisites
InstructionsTo run the Django development server, we need to run the following commands:
After running these, you should see something like this in your terminal: The FrontendPrerequisites
Instructions
After performing these steps, the application should be available at http://127.0.0.1:8000/ and look like: |
Created a PR adding this documentation to the README |
@all-contributors please add @avenmia for windows uipa dev instructions! |
I couldn't determine any contributions to add, did you specify any contributions? |
@all-contributors please add @avenmia for doc |
I've put up a pull request to add @avenmia! 🎉 |
Objective
The primary objective of this task is to outline the development pathway for contributors to UIPA.org. This document will serve as a guide, providing clear steps, best practices, and essential information to facilitate a smooth and efficient development process.
Tasks
Related Items
Parent Epic: #44
The text was updated successfully, but these errors were encountered: