The Wayback Machine - https://web.archive.org/web/20230623234258/https://github.com/ionic-team/ionic-site
Skip to content

ionic-team/ionic-site

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ionic-site

Repo for the ionicframework.com site. To preview local Ionic changes, follow the instructions at the Ionic repo.

No Docs Here

Ionic Docs are in a separate repo. This site is primarily used for general communications and promotion of Ionic framework and related products and services.

Local Build

  1. Run npm install
  2. Run npm start (after the first run, this is the only step needed)

Third Party Libraries

3rd part libraries should be concatenated into the site bundle by adding them via package.json and specifying what files to include in the assets/3rd-party-libs.json file.

Deploy

Changes to master are automatically deployed to staging.ionicframework.com/. Periodically, the Ionic team will inspect staging and promote it to ionicframework.com.

Community