Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 596 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 596 Bytes

ShareX Server

💾 Installation

# clone the repo
$ git clone https://github.com/greatplainsmodding/sharex-server

$ cd sharex-server

# install the node modules...
$ npm install

# start
$ npm run build
$ npm start

Note this is still in development so it will not work.

Upcoming Features

  • URL Shortener
  • Password secure
  • Dashboard
  • File Uploader
  • Discord Integration
  • Custom subdomains

Credits