/activity-manager

a lightweight desktop application to manage and track activity

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

activity-manager

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/tabkram/activity-manager.git
# Go into the repository
cd activity-manager
# Install dependencies
npm install
# Run the app
npm start