Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gruntjs/gruntjs.com
Grunt website
https://github.com/gruntjs/gruntjs.com
Last synced: 4 days 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 (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T20:46:46.000Z (about 2 months ago)
- Last Synced: 2025-01-13T10:05:31.681Z (11 days ago)
- Language: Less
- Homepage: https://gruntjs.com
- Size: 4.51 MB
- Stars: 155
- Watchers: 18
- Forks: 84
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```