-
-
Notifications
You must be signed in to change notification settings - Fork 39
Astro Migration #166
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
Merged
Merged
Astro Migration #166
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
allows us to set a fallback to ensure builds don't fail
- Added back in astro check command to build - Fixed invalid height string on footer - Use icon instead of image on software preview component - Fix invalid html property on contribute page - Added in main download landing page - Update icon use on main and team page
jpenilla
approved these changes
Oct 17, 2025
Doc94
approved these changes
Oct 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request migrates the project from a Next.js-based setup to an Astro-based architecture. The changes include updating configuration files, dependencies, and scripts to support Astro, Svelte, Bun, and TailwindCSS v4. It also introduces improved tooling for formatting, linting, and development workflows, and updates the documentation to reflect the new stack and development processes.
Preview
https://papermc-website-staging.papermc.workers.dev/
Migration to Astro and removal of Next.js:
next.config.ts,open-next.config.ts) with Astro configuration (astro.config.mjs), including integrations for Svelte, Tailwind, sitemap generation, icon handling, and deployment to Cloudflare. [1] [2] [3]package.jsonto remove Next.js-related dependencies and scripts, and add Astro, Svelte, Bun, Tailwind v4, and related tooling. Scripts now use Astro commands and Bun for running checks and linting.Tooling and workflow improvements:
eslint.config.jsfor flat ESLint config supporting Astro and Svelte,.prettierrcfor Prettier with plugins, and.prettierignorefor file exclusions. [1] [2] [3].github/workflows/check.yaml) to automate linting and type checks on push and pull requests.Documentation updates:
README.mdto describe the new Astro-based stack, development workflow, project structure, and licensing.General cleanup and removal of legacy config:
Miscellaneous additions:
public/.assetsignore).AGENTS.md.bunfig.toml).