tentone / nunuStudio

Web powered cross-platform 3D, WebXR game engine.
https://nunustudio.org
MIT License
2.13k stars 319 forks source link

How to build and run nunuStudio ? #521

Closed Otcpopp closed 2 years ago

Otcpopp commented 2 years ago

Hello I am sorry I can't figure how to launch nunuStudio with the latest source from github. Everything goes well until I run npm run build Error: Command failed: git rev-parse --abbrev-ref HEAD fatal: not a git repository (or any of the parent directories): .git

image

Node.js v16.15.0

tentone commented 2 years ago

Hello

To run nunuStudio install dependencies with npm install and after run npm run napa.

To start the editor run npm run start.

Thanks a lot!

yaakovyitzchak commented 2 years ago

@tentone does that build it as well?

tentone commented 2 years ago

To build the editor run npm run build

pxim commented 1 year ago

napa image

image

why

01miaom commented 1 year ago

You should git clone this repository instead of downloading the zip and then unzipping it