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