Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 659 Bytes

File metadata and controls

32 lines (20 loc) · 659 Bytes

Kapi Docs

This is the repo that hosts Kapi's Documentation.
You can view it live at https://kapimc.github.io/docs.

Contributing

If you wish to contribute improvements, the following may be helpful:

Installation

$ npm -i

This command installs all the needed npm depenedencies

Local Development

$ npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.