oiricaud / docs

Cloud-native Reference Architecture

Home Page:http://cloudnativereference.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storefront - Cloud native reference implementation

Released under the Apache-2.0 license Travis

Storefront

Install dependencies

npm install

Local Development

After forking the repository, you can run your changes locally using the following:

npm run dev

You can access your local changes via localhost:8000.

Publish Content

Currently, the content is published to the GitHub pages site through the gh-pages branch using the gh-pages npm module. All of the details for handling the publishing are covered within the deploy script. The deploy can be run using the following:

npm run deploy

Note: There is a time delay between when the deploy process completes and when the content is available on the published site.

About

Cloud-native Reference Architecture

http://cloudnativereference.dev

License:Apache License 2.0


Languages

Language:JavaScript 97.1%Language:CSS 2.9%