Do-gether
Sharing your TODO-LIST with others!
HOW TO USE
You can come here and use DO-GETHER.
http://wwww.dogether.tk:3000
HOW TO INSTALL
First, clone this project
git clone http://khuhub.khu.ac.kr/2019102153/Do-gether.git
and execute this command.
npm install
cd client
npm install
Second, install yarn.
On Debian or Ubuntu Linux, you can install Yarn via our Debian package repository. You will first need to configure the repository:
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
On Ubuntu 16.04 or below and Debian Stable, you will also need to configure the NodeSource repository to get a new enough version of Node.js.
Then you can simply:
sudo apt update && sudo apt install yarn
Reference : https://yarnpkg.com/en/docs/install
LISENCE
Do-gether is free software, and may be redistributed under the terms specified in the MIT LICENSE file.