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

chore!: consolidate marketing site, hacker portal app, and docs site into monorepo #60

Conversation

MFarabi619
Copy link
Member

@MFarabi619 MFarabi619 commented Aug 13, 2024

All our code has been consolidated into an Nx monorepo. The migration is still in progress as the Nx task inference for the landing page, and portal are not yet working. This is okay, as it's not a gating issue and will be resolved soon.

You can see the new architecture without having to clone my branch here

image

The existing configurations need to be factored out into the base configs. The landing-page will become website, and the hackathon should be moved over to portal. The docs site should also get its own docs directory eventually.

You can continue working as usual by just navigating into the directories first.

cd apps/hackathon
pnpm i
pnpm dev
cd apps/landing-page
pnpm i
pnpm dev

Once the migration is complete, you no longer have to do this.

TODO:
Set up the following,

  • Husky
  • Commitizen
  • Commitlint

Semantic release is no longer necessary as Nx is capable of versioning and releasing changelogs.

  • Archive landing-page and move deployment. Remove the application form too.
  • Rename hackathon repo to 2025

README has been given a full makeover:
image

Copy link

netlify bot commented Aug 13, 2024

Deploy Preview for cuhacking-portal-test-deployment failed. Why did it fail? →

Name Link
🔨 Latest commit 7cc159c
🔍 Latest deploy log https://app.netlify.com/sites/cuhacking-portal-test-deployment/deploys/66be96f5a1b3d600087d4bc8

@MFarabi619 MFarabi619 added the enhancement New feature or request label Aug 13, 2024
@MFarabi619 MFarabi619 force-pushed the mfarabi/chore/40-consolidate-marketing-site-hacker-portal-app-and-docs-site-into-monorepo branch 2 times, most recently from 045343d to 78b9153 Compare August 13, 2024 18:15
@HasithDeAlwis
Copy link
Collaborator

Really cool work, excited to get this merged in. Do you think you can explain what the portal directory is?

@MFarabi619
Copy link
Member Author

Really cool work, excited to get this merged in. Do you think you can explain what the portal directory is?

image

In a nutshell hackathon is getting re-named to portal.

@MFarabi619 MFarabi619 changed the title chore: consolidate marketing site, hacker portal app, and docs site into monorepo chore!: consolidate marketing site, hacker portal app, and docs site into monorepo Aug 14, 2024
@MFarabi619 MFarabi619 force-pushed the mfarabi/chore/40-consolidate-marketing-site-hacker-portal-app-and-docs-site-into-monorepo branch from 4df0539 to dbf8626 Compare August 15, 2024 01:36
@MFarabi619 MFarabi619 force-pushed the mfarabi/chore/40-consolidate-marketing-site-hacker-portal-app-and-docs-site-into-monorepo branch from dbf8626 to 5a16604 Compare August 15, 2024 01:41
@MFarabi619 MFarabi619 force-pushed the mfarabi/chore/40-consolidate-marketing-site-hacker-portal-app-and-docs-site-into-monorepo branch from 5a16604 to fdb5c3b Compare August 15, 2024 04:49
@MFarabi619 MFarabi619 force-pushed the mfarabi/chore/40-consolidate-marketing-site-hacker-portal-app-and-docs-site-into-monorepo branch from d12fe41 to 603e7ec Compare August 15, 2024 05:48
@MFarabi619 MFarabi619 force-pushed the mfarabi/chore/40-consolidate-marketing-site-hacker-portal-app-and-docs-site-into-monorepo branch from 945a621 to 7cc159c Compare August 16, 2024 00:01
@MFarabi619 MFarabi619 marked this pull request as ready for review August 16, 2024 00:02
Copy link
Collaborator

@HasithDeAlwis HasithDeAlwis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥🔥🔥

@MFarabi619 MFarabi619 enabled auto-merge (rebase) August 16, 2024 00:05
Copy link
Contributor

@cloverzer0 cloverzer0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ADR] Consolidate Marketing site, Hacker Portal App, and Docs site into Monorepo
3 participants