Skip to content

kazydek/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

Overview

This repository contains website source for kyma-project.io. The website uses GatsbyJS for static site generation and is deployed by Netlify.

NOTE: The project structure, architecture, and other project-specific details are located in the docs directory.

Prerequisites

Use the following tools to set up the project:

Usage

Install dependencies

To install all dependencies, run this command:

npm install

Launch the website locally

Launch the development server with the hot reloading functionality that allows any change in files in the src folder to be immediately visible in the browser. Run the following command:

npm run develop

Build the production-ready website

To build a production-ready website, run the following command:

npm run build

Run the server with the production-ready website

To serve a production-ready website, run the following command:

npm run serve

Test the website

To run unit tests, run the following command:

npm run test

Validate the website

To validate TypeScript types as well as document and code linting on the website, run the following command:

make validate

About

Kyma landing page with blog

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • CSS 1.9%
  • Other 1.0%