Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I build or run this project to my local? #4

Open
alvaigan opened this issue May 2, 2021 · 3 comments
Open

How do I build or run this project to my local? #4

alvaigan opened this issue May 2, 2021 · 3 comments

Comments

@alvaigan
Copy link

alvaigan commented May 2, 2021

No description provided.

@arthurfrp
Copy link

arthurfrp commented May 5, 2021

First you need to do is to clone the Github to your machine:

TERMINAL
git clone https://github.com/simondevyoutube/Quick_3D_RPG.git

after installing it, you need to open the localhost server port (for example port 9000) as follow:

TERMINAL (open terminal at directory "Quick_3D_RPG" and run)
sudo python3 -m http.server/9000

BROWSER
localhost:9000

DONE

@Seafnox
Copy link

Seafnox commented Jan 15, 2023

You just can use npm module http-server as global and run it on project directory

npm i -g http-server
# now goto your project directory. For example: cd C:\projects\Quick_3D_RPG
http-server
# and you will see adress on console to open project in browser

@yobuuuubs
Copy link

when I run  npm run start
npm ERR! Missing script: "start"
npm ERR!
npm ERR! Did you mean one of these?
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run

npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2023-09-11T20_03_01_825Z-debug-0.log
exit status 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants