Skip to content

Project, where user can share plain text over the web

Notifications You must be signed in to change notification settings

2winsen/clipboard

Repository files navigation

Clipboard

Project, where user can share plain text over the web

Demo

Requirements

NodeJS version 10.x or higher

Getting started

Local development

After cloning repository, go to project directory and run the following command to install dependencies

npm install

Then run the following command to launch development server

npm start

Open http://localhost:3000 to view it in the browser.

Docker

To run app in docker make sure to have docker-compose and then run the following command

docker-compose up

To cleanup run

docker-compose down --rmi=local

Open http://localhost:3000 to view it in the browser.

About

Project, where user can share plain text over the web

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published