Wasaby Internationalization and localization solution.
-
Clone the repository in separated folder:
git clone git@git.sbis.ru:saby/i18n.git ./
-
Install development dependencies:
npm install
-
Build the project:
npm run build
-
Run unit tests in Node.js:
npm test
-
Start local HTTP server and check unit tests in browser:
npm start