/doc.codiga.io

Website for doc.codiga.io

Primary LanguageJavaScriptMIT LicenseMIT

🎉 Welcome to Codiga 🎉

Join our Discord server!



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.