An open API service indexing awesome lists of open source software.

https://github.com/rocky-linux/rockylinux.org

The official website of the Rocky Linux project.
https://github.com/rocky-linux/rockylinux.org

jest nextjs playwright shadcn-ui tailwindcss typescript

Last synced: 4 months ago
JSON representation

The official website of the Rocky Linux project.

Awesome Lists containing this project

README

          

# rockylinux.org

[![Website](https://img.shields.io/website?url=https%3A%2F%2Frockylinux.org)](https://rockylinux.org)

The official website of the Rocky Linux project.

## Start Development Server

1. Install dependencies via NPM.

```bash
npm install
```

2. Start the development server.

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Please review the [Contributing Guide](https://github.com/rocky-linux/rockylinux.org/blob/develop/CONTRIBUTING.md) before opening a Pull Request.