Ecosyste.ms: Awesome

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

https://github.com/moment/momentjs.com

The website for momentjs
https://github.com/moment/momentjs.com

Last synced: 24 days ago
JSON representation

The website for momentjs

Lists

README

        

## Installing - Linux/UNIX

```
./compile.sh
```

## Installing - Windows

```
./compile.ps1

Prerequisite: PowerShell and npm were installed.
```

## Running locally

```
grunt server

Note: Switch to Localhost instead of 0.0.0.0 if seeing errors.
```
Note: the command line will show the web server running over `http://0.0.0.0:6060`. If this URL doesn't work, navigate to `http://localhost:6060`.

## PRs

Please make pull requests against the `master` branch.