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: 5 days ago
JSON representation
The website for momentjs
- Host: GitHub
- URL: https://github.com/moment/momentjs.com
- Owner: moment
- License: mit
- Created: 2012-02-03T17:41:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T09:36:14.000Z (7 months ago)
- Last Synced: 2024-08-04T08:06:03.585Z (3 months ago)
- Language: JavaScript
- Homepage: momentjs.com
- Size: 11 MB
- Stars: 635
- Watchers: 25
- Forks: 820
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - moment/momentjs.com - The website for momentjs (JavaScript)
README
## Installing - Linux/UNIX
```
./compile.sh
```## Installing - Windows
```
./compile.ps1Prerequisite: PowerShell and npm were installed.
```## Running locally
```
grunt serverNote: 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.