Skip to content

RakeshJesadiya/pwa-devdocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwa-devdocs

This is the source code and documentation repository for the PWA Studios documentation site.

The PWA DevDocs site is build using Jekyll and hosted using GitHub Pages.

Getting Started

Use the following instructions to build a local instance of the documentation.

Prerequisites

Installation

  1. Clone the repository. If you want to contribute, fork the repository and clone from your fork.
  2. Change into the project root using the following command:
    cd pwa-devdocs
    
  3. Run the following command to install the required Ruby libraries:
    bundle install
    
  4. Run the following command to install the required node modules:
    yarn
    

Build site

Run the following command to build and run the site locally:

gulp dev

If you just want to generate the HTML pages in the _site folder, run the following command:

gulp build

Contributing

The PWA DevDocs repository is an open source project that welcomes contributors of all skill levels.

If you want to contribute to this project, please review the contribution guidelines and follow our code of conduct.

License

This project is licensed under OSL-3.0 - see the LICENSE.txt file for details.

About

Developer documentation for the Magento PWA project

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 34.3%
  • Ruby 30.3%
  • CSS 29.5%
  • JavaScript 5.9%