This repository contains the Loader of NanoForge. Check releases to see versions of the Loader. Nanoforge is a powerful game engine for web browser.
To use Nanoforge Loader, please refer to the CLI documentation !
First, install the CLI :
npm install -g @nanoforge-dev/cliCreate a new project :
nf newAnd then build and start it :
cd <path_to_my_project>
nf build
nf startPlease read through our contribution guidelines before starting a pull request. We welcome contributions of all kinds, not just code! If you're stuck for ideas, look for the good first issue label on issues in the repository. If you have any questions about the project, feel free to ask them on Discussions. Before creating your own issue or pull request, always check to see if one already exists! Don't rush contributions, take your time and ensure you're doing it correctly.
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please ask on Discussions.
