https://github.com/hellodhlyn/unions-server
Unions is an inter-blog service provide useful linkage among multiple blogs.
https://github.com/hellodhlyn/unions-server
Last synced: about 1 month ago
JSON representation
Unions is an inter-blog service provide useful linkage among multiple blogs.
- Host: GitHub
- URL: https://github.com/hellodhlyn/unions-server
- Owner: hellodhlyn
- Created: 2020-07-18T16:45:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:28:40.000Z (over 3 years ago)
- Last Synced: 2025-12-27T22:14:31.813Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/hellodhlyn/unions-server/actions?query=workflow%3A%22Run+tests%22)
[](https://codecov.io/gh/hellodhlyn/unions-server)
# Unions Server
Unions is an inter-blog service provide useful linkage among multiple blogs.
## Development
### Prerequisites
* NodeJS 12.X or later
* yarn
### Setup
```sh
# Install requirements
yarn
```
### Test
```sh
# Run lint
yarn lint
# Run unit tests
yarn test
```
### Run
```sh
yarn debug
```
## Deployment
```bash
# Run using native nodejs
yarn build
yarn start
# Run using docker
docker build -t .
docker run
```