Skip to content

KweeksNews/help

Repository files navigation

Introduction

KweeksHelp (KweeksNews Help Center) built using Docusaurus 2 and hosted on Cloudflare Pages to provide guidance on using the services on the KweeksNews Network.

Getting Started

  1. Set up the development environment

    You need to set up your development environment before you can do anything.

    Install Node.js and npm.

  2. Install the dependencies

    npm install
  3. Run in development mode

    npm 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.

Deployment

npm run build

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

License

Copyright (C) 2020-2022  KweeksNews Network

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.