Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

How to build sculpt web with your sources #71

Closed
luie71 opened this issue Jun 3, 2018 · 5 comments
Closed

How to build sculpt web with your sources #71

luie71 opened this issue Jun 3, 2018 · 5 comments
Labels

Comments

@luie71
Copy link

luie71 commented Jun 3, 2018

We have some problem to build sculpt web with your sources.
could you please explain how to build sculpt web
thank you

@stephomi
Copy link
Owner

stephomi commented Jun 4, 2018

Simply

yarn # npm install
yarn dev # npm run dev
// visit app/index.html

@luie71
Copy link
Author

luie71 commented Jun 5, 2018

we can not find index.html

@stephomi
Copy link
Owner

stephomi commented Jun 5, 2018

It's there https://github.com/stephomi/sculptgl/tree/master/tools
The command "yarn dev" is moving/renaming it "dev": "cp tools/index.dev.html app/index.html [...]

@mmiscool
Copy link

Hello,

I am also trying to build on ubuntu 18.04

I ran the commands in the readme file but have been unable to successfully build.

I get the following result.

yarn run v1.12.3
$ cp tools/index.dev.html app/index.html && cp tools/authSuccess.html app/authSuccess.html && node_modules\.bin\webpack -w
/bin/sh: 1: node_modules.binwebpack: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

any kind of guidance. If you could point me in the right direction that would be appreciated.

@stephomi
Copy link
Owner

Probably same issue as #79 (comment)

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

No branches or pull requests

3 participants