Skip to content

cdk/cdk.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Important! Currently you need to use Node v14.

Install instructions

Install all the project dependencies

>$ npm install

Create a 'dist/'

>$ npm run dev

Run a local development server with browser syncing

>$ npm run watch

Build the code ('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:

$ python -m SimpleHTTPServer 8000

Copy dist to master/ branch