https://github.com/stbestichhh/lcs-cloud-storage-docs
Documentation website for lcs-cloud-storage server application.
https://github.com/stbestichhh/lcs-cloud-storage-docs
documentation nextjs nextra vercel-deployment
Last synced: about 2 months ago
JSON representation
Documentation website for lcs-cloud-storage server application.
- Host: GitHub
- URL: https://github.com/stbestichhh/lcs-cloud-storage-docs
- Owner: stbestichhh
- License: mit
- Created: 2024-04-18T14:19:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-03T14:37:42.000Z (about 1 year ago)
- Last Synced: 2025-04-30T04:03:23.348Z (2 months ago)
- Topics: documentation, nextjs, nextra, vercel-deployment
- Language: MDX
- Homepage: https://lcs-cloud-storage-docs.vercel.app
- Size: 821 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/stbestichhh/lcs-cloud-storage-docs/actions/workflows/node.js.yml)
[](LICENSE)
[](https://github.com/ellerbrock/open-source-badges/)# 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
```shell
$ https://github.com/stbestichhh/lcs-cloud-storage-docs
```2. Install dependencies
```shell
$ yarn install
```3. Start the local server
* Development
```shell
$ yarn start
```* Production
```shell
$ yarn build
$ yarn start:prod
```#### or deploy without installing
```shell
$ docker build -t lcs-cloud-storage-docs:0.0.1 .
$ docker run -p :3000 lcs-cloud-storage-docs:0.0.1
```## Authors
* [@stbestichhh](https://github.com/stbestichhh)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE)