Skip to content
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 the development environment setup for new developers #44

Open
rakeshJn opened this issue Oct 5, 2024 · 0 comments
Open

Document the development environment setup for new developers #44

rakeshJn opened this issue Oct 5, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@rakeshJn
Copy link
Member

rakeshJn commented Oct 5, 2024

Rough steps:

Install node (npm)
Follow the steps in fe/Readme.md
Create python virtual env
Provide config in my.env and source it (or export the entries as env variables)
Follow the steps in be/Readme.md

If running both in VSCode, in one terminal start be:
lakevision/be/app fastapi run api.py
In another terminal in VSCode:
lakevision/fe/npm run dev

Try your browser on where npm is listening, for eg: http://localhost:5173

If need a catalog, use the one from dev/docker_compose.

@juancappi juancappi self-assigned this Oct 15, 2024
@juancappi juancappi added the documentation Improvements or additions to documentation label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants