This repository contains the source code of the adoptium.net site (written in Next.js).
First, install dependencies and run the development server:
# Install dependencies
npm install
# Start development server
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the pages by modifying files in the src/app
directory. The pages auto-update as you edit the files.
This project uses:
- Next.js App Router
next/font
for font optimization- TypeScript for type safety
- next-intl from i18n
- CSS Modules for styling
Contributions to the Adoptium site are welcome! Please follow the contribution guidelines in the repository.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API
- Learn Next.js - an interactive Next.js tutorial
The site is deployed according to the Adoptium project's infrastructure requirements.
For more information about deploying Next.js applications: