Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gruntjs/gruntjs.com

Grunt website
https://github.com/gruntjs/gruntjs.com

Last synced: 4 days ago
JSON representation

Grunt website

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
```