https://github.com/gruntjs/gruntjs.com
Grunt website
https://github.com/gruntjs/gruntjs.com
Last synced: about 2 months ago
JSON representation
Grunt website
- Host: GitHub
- URL: https://github.com/gruntjs/gruntjs.com
- Owner: gruntjs
- License: other
- Created: 2012-09-01T02:38:07.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T20:46:46.000Z (8 months ago)
- Last Synced: 2025-05-16T18:05:51.240Z (about 2 months ago)
- Language: Less
- Homepage: https://gruntjs.com
- Size: 4.51 MB
- Stars: 156
- Watchers: 17
- Forks: 86
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
```