/clipture-server

The server for clipture

Primary LanguageTypeScript

☄ Record your favourite moments self-hosted! (Server)

This is the server only.

Installation

  1. Install Node.js / npm
  2. Install yarn
npm i -g yarn
  1. Set respository up
  git clone https://github.com/sshcrack/clipture-server
  cd clipture-server
  yarn
  yarn build

3.1 Install & start server for storage

git clone https://github.com/sschrack/clipture-storage
cd clipture-storage
yarn
yarn build:main
yarn start
  1. Edit .env.local
  2. Start Server
  yarn start