This repository contains the full engine for NanoForge. It can be used by itself.
The engine is made of multiple components:
This is the full nanoforge engine including all the default libraries.
In order to manage this project we use (pnpm)[https://pnpm.io/]
To install dependencies run:
pnpm iTo build the project run:
pnpm buildTo run tests use:
pnpm testIn order to setup a test project see (this)[https://github.com/NanoForge-dev/Engine/docs/Introduction.md]