# gruntjs.com **Repository Path**: mirrors_gruntjs/gruntjs.com ## Basic Information - **Project Name**: gruntjs.com - **Description**: Grunt website - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://github.com/gruntjs/gruntjs.com/actions/workflows/CI.yaml/badge.svg)](https://github.com/gruntjs/gruntjs.com/actions/workflows/CI.yaml) # Grunt Website ## Local Development 1. Download dependencies: ```shell npm install ``` 2. Create production site: ```shell npm run build ``` 3. Start web server: ```shell npm start ``` Local address is: http://localhost:5678/ To automatically rebuild and restart the server after any file changes, use the development mode instead: ```shell npm run dev ```