This is the home for the v4+ Ionic Framework docs.
The API Docs use nodegit. This required libgcrypt to be installed, which is not installed by default in OSX.
To run the API Docs scripts, first install libgrypt. With Homebrew, this can be done with brew install libgcrypt
.
The site content is built from markdown files in src/docs-content
. Markdown
files created there will automatically be turned in to routes based on their
relative place in the directory.
Ensure you're using recent versions of npm 5
and node 8
.
Then run npm install
, and then npm run dev
to launch the site in development mode.
.