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.
- Host: GitHub
- URL: https://github.com/rocky-linux/rockylinux.org
- Owner: rocky-linux
- License: bsd-3-clause
- Created: 2023-05-19T02:21:51.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2026-01-13T02:02:14.000Z (5 months ago)
- Last Synced: 2026-01-13T05:45:11.979Z (5 months ago)
- Topics: jest, nextjs, playwright, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://rockylinux.org
- Size: 10 MB
- Stars: 28
- Watchers: 4
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: news/12-days-rockmas.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# rockylinux.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.