Skip to content

Move to monorepo structure #136

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

Closed
MrSunshyne opened this issue Apr 28, 2024 · 0 comments · Fixed by #138
Closed

Move to monorepo structure #136

MrSunshyne opened this issue Apr 28, 2024 · 0 comments · Fixed by #138
Assignees

Comments

@MrSunshyne
Copy link
Member

The current project structure is an astro project at the root directory

Proposal

Move everything related to astro from the root / directory to /packages/frontend-astro
All non-astro related stuff should move to /packages/common such as data fetching logic

/ -> /packages/frontend-astro
/ -> /packages/common

Motivation

This allows us to experiment with alternative frameworks while not losing the history of this repository.
The common package could then be consumed by the different frameworks, i.e currently astro, in the future, nuxt3.

@MrSunshyne MrSunshyne self-assigned this Apr 28, 2024
@MrSunshyne MrSunshyne linked a pull request Apr 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant