KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
cdk.github.io
★ 8
Open GitHub ↗
CDK Landing Page
Download README (.md)
Explore Similar Repositories
cube-transition-example
:
No description available.
kyrgyz_tili
:
Kyrgyz language word forms generator
raku-Algorithm-LibSVM
:
A Raku bindings for libsvm
logreg
:
Logistic regression algorithms
svelte-chat
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cdk.github.io
?
Download (.md)
[](https://github.com/cdk/cdk.github.io/actions/workflows/ci.yaml) [](https://github.com/cdk/cdk.github.io/actions/workflows/deploy.yaml) # 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](https://github.com/cdk/cdk.github.io/actions/workflows/deploy.yaml) and 2. runs automatically when a tagged [release](https://github.com/cdk/cdk.github.io/releases) is created on GitHub