Skip to content

malets12/cdk.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 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

About

CDK Landing Page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.8%
  • CSS 13.5%
  • JavaScript 10.7%