Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 554 Bytes

rockylinux.org

Website

The official website of the Rocky Linux project.

Start Development Server

  1. Install dependencies via NPM.
npm install
  1. Start the development server.
npm run dev

Open http://localhost:3000 with your browser to see the result.

Please review the Contributing Guide before opening a Pull Request.