alexandra-simeonova / website

Kyma landing page with blog, documentation and roadmap

Home Page:https://kyma-project.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 description of the application configuration, the project structure, the 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

About

Kyma landing page with blog, documentation and roadmap

https://kyma-project.io

License:Apache License 2.0


Languages

Language:TypeScript 98.3%Language:JavaScript 0.9%Language:Shell 0.4%Language:CSS 0.2%Language:Makefile 0.1%