Skip to content

BeastTrees/leaf.js

Repository files navigation

LeafJS

License GitHub Repo Stars GitHub Forks GitHub Watchers

Introduction

Leaf.js (pronounced /liːf dʒeɪz/) is a new and simple JavaScript Framework.

Building & Contributing

Clone the Repository

To Clone this Repository, open a terminal in a folder where you want to create the subfolder in and type

# With HTTP:
git clone https://github.com/BeastTrees/leaf.js.git

# With SSH:
git clone ssh://git@github.com/BeastTrees/leaf.js.git

Installing The Required Modules

To install the required modules, just open a terminal in the directory where this project is cloned. Now type:

npm i
# or
yarn

and hit enter.

Build

To build the project, just open a terminal in the directory where this project is cloned. Now type:

npm run build
# or
yarn build

and hit enter.

Contributing & Commits

When creating a commit/issue/pull request, make sure to add a matching emoji before the commit message

Example:

📦 Added new package to eco-system

When solving an issue with an commit or commit to a pull request, you can just use the emoji infront of the issue/pull request, if you want.

Add matching labels to your issue/pull request!

Technology(s) Used

Contributors