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

Migration 3: Set up Next.js project and migrate essential assets #616

Open
6 tasks
Brenosalv opened this issue Jan 6, 2025 · 0 comments
Open
6 tasks

Migration 3: Set up Next.js project and migrate essential assets #616

Brenosalv opened this issue Jan 6, 2025 · 0 comments
Labels
tech debt This is a task that really only the engineers notice

Comments

@Brenosalv
Copy link
Collaborator

Description

Initialize Next.js project, transfer essential assets and components, and make sure all is functional.

Work required

  • Create a branch or a fork for migration: git checkout -b migration-gatsby-to-next master.
  • Set up a Next.js project with TypeScript: npx create-next-app@latest.
  • Transfer global styles and environment variables.
  • Migrate assets from the /static folder in Gatsby to the /public directory in Next.js.
  • Move and adapt the Layout component, including the header and footer.
  • Ensure all transferred assets and components function correctly.
@Brenosalv Brenosalv added the tech debt This is a task that really only the engineers notice label Jan 6, 2025
@Brenosalv Brenosalv added this to the Migrate to next js milestone Jan 6, 2025
@travjenkins travjenkins changed the title Set up Next.js project and migrate essential assets Migration 3: Set up Next.js project and migrate essential assets Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt This is a task that really only the engineers notice
Projects
None yet
Development

No branches or pull requests

1 participant