Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/red-gold/telar-dev
Telar.dev official website
https://github.com/red-gold/telar-dev
backend docs frontend microservice openfaas serverless social-network telar telar-dev telar-social
Last synced: 27 days ago
JSON representation
Telar.dev official website
- Host: GitHub
- URL: https://github.com/red-gold/telar-dev
- Owner: red-gold
- Created: 2021-05-20T14:00:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T07:36:14.000Z (6 months ago)
- Last Synced: 2024-06-28T05:55:56.319Z (6 months ago)
- Topics: backend, docs, frontend, microservice, openfaas, serverless, social-network, telar, telar-dev, telar-social
- Language: JavaScript
- Homepage: https://telar.dev
- Size: 785 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telar Socail Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
## Installation
```console
yarn install
```## Local Development
```console
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
```console
yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
```console
GIT_USER= USE_SSH=true 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.