anoopadvaitha / cnsmap

Home Page:cnsmap-lumjjb.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Native Security Map

This is the repo for the web dev of the Cloud Native Security Map (cncf/tag-security#348).

Run the development server:

npm run dev
# or
yarn dev

Production server: run npm run build to build and npm start or start server statically with something like python -m SimpleHTTPServer.

Adding content

Content can be added as markdown-files. See content/

---
title: "Example-post"
date: "2020-10-01"
category: "Runtime"
---
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et massa cursus, lobortis felis eget, convallis mauris. Mauris condimentum vel odio ac vulputate. Pellentesque in vulputate dolor

To enable syntax highlighting, set the language after the backticks in a codeblock: ```jsx

import React from "react";

const CoolComponent = () =>

I'm a cool component!!
;

export default CoolComponent; ```

This is a Next.js project bootstrapped with create-next-app.

About

cnsmap-lumjjb.vercel.app


Languages

Language:JavaScript 69.9%Language:HTML 25.4%Language:CSS 4.7%