Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.92 KB

File metadata and controls

51 lines (31 loc) · 1.92 KB

Adoptium.net (Next.js)

Netlify Status codecov OpenSSF Scorecard

This repository contains the source code of the adoptium.net site (written in Next.js).

Getting Started

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.

Project Structure

This project uses:

Contributing

Contributions to the Adoptium site are welcome! Please follow the contribution guidelines in the repository.

Learn More

To learn more about Next.js, take a look at the following resources:

Deployment

The site is deployed according to the Adoptium project's infrastructure requirements.

For more information about deploying Next.js applications: