Skip to content

stbestichhh/lcs-cloud-storage-docs

Repository files navigation

Node.js CI MIT License Open Source Love

lcs-cloud-storage documentation

About

This website provides documentation for lcs-cloud-storage server application. There you will find about instalation, deployment, CLI and API usage, contributing and etc.

Getting started

Prerequisites

  • yarn npm i -g yarn or corepack enable

Important

Node.js 18.x version must be installed in your OS.

Deploy localy

  1. Clone the repository
$ https://github.com/stbestichhh/lcs-cloud-storage-docs
  1. Install dependencies
$ yarn install
  1. Start the local server
  • Development

    $ yarn start
  • Production

    $ yarn build
    $ yarn start:prod

or deploy without installing

$ docker build -t lcs-cloud-storage-docs:0.0.1 .
$ docker run -p <port>:3000 lcs-cloud-storage-docs:0.0.1

Authors

License

This project is licensed under the MIT License - see the LICENSE.md