/Energy

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Energy

Energy is a cross-platform, customizable, and extensible file explorer designed to replace the default
file explorers packaged in operating systems.

Java Backend
Javascript/HTML/CSS Frontend

An open-source project made by:

Development - Simple Guide

Clone or "download" repository to your local machine:

git clone https://github.com/kirtan-shah

(Make your edits) Add your changes to a "commit"

git add .

Create the "commit" with message m:

git commit -m "Add coordinator class."

Push or "update" changes in branch "master"

git push origin master

Run this periodically or when you work on a new component
(fetches code from github and merges with your local code)

git pull