IzzanNurdin / next-kata-docs

Home Page:next-kata-docs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-kata-docs

Documentation website for Kata Products

Welcome to the GitHub project for the Kata Documentations (Kata Docs 2.0) using Next.js.


How to run

Prerequisites

  • Node.js (8.0.0+)
  • Yarn (Optional. You can still use npm if you want)

Initial setup

Clone this repository.

git clone `link here`

cd to the generated project. Here we'll have to install our node dependencies. To do so, run (one of) the following command(s).

# npm
npm install
# yarn
yarn

Running the server

To start working on this documentation, you need to start a development server.

# npm
npm run dev
# yarn
yarn dev

Authors

About

next-kata-docs.vercel.app


Languages

Language:TypeScript 94.2%Language:JavaScript 5.8%