Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.67 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.67 KB

Datadog acquired Codiga. This repository is no longer active.

🎉 Welcome to Codiga 🎉



Welcome to the Doc.codiga.io

What is it?

This repository is for our official Documentation of Codiga. The website contains all the information related to our different products. All the docs are written in markdown and are fetched by the website.


How to run this repo into your local machine.

  1. Clone the Repo using the following command:

git clone https://github.com/codiga/doc.codiga.io

  1. Move to Website Folder

cd website

  1. Install Node dependencies

npm i

  1. Start the Development Server

npm start


What is used in our documentation website?


Contributions

  • Found any bug? please create a new issue before working on the solution.