Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alroniks/docs-nestjs-be
Translation NestJS documentation into Belarusian language
https://github.com/alroniks/docs-nestjs-be
belarusian-language documentation express fastify nestjs nodejs translation
Last synced: 4 days ago
JSON representation
Translation NestJS documentation into Belarusian language
- Host: GitHub
- URL: https://github.com/alroniks/docs-nestjs-be
- Owner: alroniks
- Created: 2024-01-11T21:49:45.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-09T13:34:58.000Z (7 months ago)
- Last Synced: 2024-11-24T19:18:09.089Z (29 days ago)
- Topics: belarusian-language, documentation, express, fastify, nestjs, nodejs, translation
- Language: TypeScript
- Homepage: https://docs-nestjs-be.netlify.app/
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
[![gitlocalized ](https://gitlocalize.com/repo/9468/whole_project/badge.svg)](https://gitlocalize.com/repo/9468?utm_source=badge)
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn 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
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.