where are the index.html files located for daedalos #200
Answered
by
DustinBrett
PurpleVoidEpic
asked this question in
Q&A
-
I need these files so i can port this html to uwp for my xbox one |
Beta Was this translation helpful? Give feedback.
Answered by
DustinBrett
Sep 29, 2022
Replies: 2 comments 3 replies
-
Those files can be created by cloning the repo and running:
Another command instead of export can also be |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DustinBrett
-
hey, how do I run commands like that on github? or is it a terminal only thing? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those files can be created by cloning the repo and running:
yarn
to install the package dependenciesyarn build
to build the projectyarn export
to create theout
folder with the html/js requiredAnother command instead of export can also be
yarn deploy
which runs some additional minification steps on theout
folder.