Leaf.js (pronounced /liːf dʒeɪz/
) is a new and simple JavaScript Framework.
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
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.
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.
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!
- Language: TypeScript
- Backend: NodeJS
- Compiler: Babel
- Bundler: Rollup
- MonoRepo-Manager: Turborepo
- Formatter: Prettier