Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 2, 2020. It is now read-only.
/formatjs-sitePublic archive

Documentation for client/server internationalization in JavaScript.

License

NotificationsYou must be signed in to change notification settings

formatjs/formatjs-site

Repository files navigation

Build StatusDependency Status

Website for Yahoo's JavaScript internationalization suite.

Running Locally

This is a Node.js app which uses Express.

$ npm install$ npm start

To run the health checks:

$ grunt health.check

By default, it will run the tests using the local instance (running on port 5000)But you can also specify a remote host:

$ grunt health.check --host=foo

To run the functional tests, you must first installgrunt-casper manually:

$ npm install grunt-casper@0.4.2

Thegrunt-casper package was removed from the list of dev dependencies becauseit adds 150MB to the install, which slows down the pace of development,especially if you don't need to run the functional tests. Because of this,grunt will complain every time you invoke it, but you can disregard the warningmessage it outputs.

To run, the functional tests, simply execute thefunctional.tests grunt task:

$ grunt functional.tests

Likewise, it will run the tests using the local instance (running on port 5000)Again, you can also specify a remote host:

$ grunt functional.tests --host=foo

License

This software is free to use under the Yahoo Inc. BSD license. See theLICENSE file for license text and copyright information.

About

Documentation for client/server internationalization in JavaScript.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors29


[8]ページ先頭

©2009-2025 Movatter.jp