Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alik0211/mtproto-core-website
https://github.com/alik0211/mtproto-core-website
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alik0211/mtproto-core-website
- Owner: alik0211
- Created: 2021-04-01T19:10:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T07:28:56.000Z (11 months ago)
- Last Synced: 2024-11-09T09:57:27.494Z (2 months ago)
- Language: JavaScript
- Homepage: https://alik0211.github.io/mtproto-core-website/
- Size: 2.11 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
## Installation
```console
yarn --frozen-lockfile
```## Local Development
```console
yarn
```This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
## Build
```console
yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.