Giter Club home page Giter Club logo

angular-cookbook's Introduction

Angular CookBook

Angular CookBook is an Open Source Participative Angular Knowledge built for the community.

Table of Contents

How to Install ?

Prerequisites

For the installation of the project, you need to install and use a bash terminal. you can use git bash or cmder

Rust

Rust

The way to install rustup differs by platform:

  • On Unix:

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

    in your shell, This downloads and runs rustup-init.sh

  • On Windows download and run rustup-init.exe from here


For more information about installation of rustup, see the rustup documentation.

Dependencies

rustc = 1.71.0


mdbook

cargo install mdbook

mdbook = "^0.4.35"


Cargo

Install dependencies from Cargo.toml

cargo install --path .

mdbook-admonish

cargo install mdbook-admonish

mdbook-admonish = "^1.13.1"


mdbook-i18n-helpers

cargo install mdbook-i18n-helpers

mdbook-i18n-helpers = "^0.2.4"

i18n

i18n

  • Run
  MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot"}}' \ mdbook build -d po

or

MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot"}}' mdbook build -d po
  • Update existing po for fr
  msgmerge --update po/fr.po po/messages.pot
  • Update existing po for en
  msgmerge --update po/en.po po/messages.pot

Builds

  • Run build in fr
 MDBOOK_BOOK__LANGUAGE=fr mdbook build -d >book/fr
  • Run build in en
 MDBOOK_BOOK__LANGUAGE=en mdbook build -d >book/en

Serve

  • Run serve in fr
MDBOOK_BOOK__LANGUAGE=fr mdbook serve -d book/fr -p 3000
  • Run serve in en
MDBOOK_BOOK__LANGUAGE=en mdbook serve -d book/en -p 3001

angular-cookbook's People

Contributors

jdansomon avatar ng-multivers avatar zacknarcos avatar zackabessolo avatar pierrekineti avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.