https://github.com/sshcrack/clipture-server
The server for clipture
https://github.com/sshcrack/clipture-server
Last synced: about 1 year ago
JSON representation
The server for clipture
- Host: GitHub
- URL: https://github.com/sshcrack/clipture-server
- Owner: sshcrack
- Created: 2022-04-11T20:55:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T12:43:22.000Z (over 1 year ago)
- Last Synced: 2024-11-03T13:28:56.430Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 800 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ☄ Record your favourite moments self-hosted! (Server)
This is the server only.
## Installation
1. Install Node.js / npm
2. Install yarn
```bash
npm i -g yarn
```
3. Set respository up
```bash
git clone https://github.com/sshcrack/clipture-server
cd clipture-server
yarn
yarn build
```
3.1 Install & start server for storage
```bash
git clone https://github.com/sschrack/clipture-storage
cd clipture-storage
yarn
yarn build:main
yarn start
```
4. Edit .env.local
5. Start Server
```bash
yarn start
```