-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BREAKING] Migrate to Monorepo #359
Conversation
initialize Nx workspace add docker build command install nest nx cli revert project schema generate cugetreg-api app add docker build command for cugetreg-api add docker compose file run import order format migrate backends to monorepo complete migrate frontend format all files fix web run-time error add docker build command for api optimize api docker image remove unknown file fix docker-build command add github action fix deploy action remove reusable workflow enable parallel command remove testing branch apply semi dynamic tag for docker build remove testing branch add project automation workflow
7830767
to
a71cf3f
Compare
a71cf3f
to
2f10a65
Compare
Do we want to try @saengowp's suggestion to merge the commit tree from the backend repo? |
Ping! @saenyakorn |
is it worth it though? most of the commits are mine anyways seems like a lot of effort, but not really any benefits |
How to review:
|
I may miss something from the last meeting, but why we don't also merge computation into monorepo? |
will do it later, including scraper |
See here for more detail on what to do next https://github.com/thinc-org/cugetreg-frontend/wiki/Contribution-Guide#to-be-dependency-graph-wip |
Why did you create this PR
What did you do
nx run cugetreg-web:serve
nx run cugetreg-api:serve
Demo
https://dev.cugetreg.com
Checklist