Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-03T14:37:42.000Z (8 months ago)
- Last Synced: 2024-11-06T23:26:21.063Z (3 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
[![Node.js CI](https://github.com/stbestichhh/lcs-cloud-storage-docs/actions/workflows/node.js.yml/badge.svg)](https://github.com/stbestichhh/lcs-cloud-storage-docs/actions/workflows/node.js.yml)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](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)