Skip to content

cdk/cdk.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Pipeline Deploy to GitHub Pages

Readme

Install instructions

Install all the project dependencies

>$ npm clean-install

Create a 'dist/'

>$ npm run dev

Run a local development server with browser syncing

>$ npm run watch

Build the code (outputs to 'dist/') - Production (Uglify, minimise the code and the images)

>$ npm run production

To test the website it needs to be run on a HTTP server a quick way of doing this is with python is:

$ python -m SimpleHTTPServer 8000

This makes the website available on http://localhost:8000.

Deployment to GitHub Pages

Note

The default branch of this repository is source. The branch source is used when building the website for deployment to GitHub pages.

Deployment to GitHub Pages can be

  1. manually run from this Actions tab and
  2. runs automatically when a tagged release is created on GitHub

About

CDK Landing Page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 15