Clone this repo ( git clone https://github.com/victorvikram/arc-site.git )
Open index.html.
- Follow installation instructions of arc-app.
- Make desired changes to arc-app.
- In the arc-app root directory, run
npm run build. - In
build/index.html, wherever you havehref=orsrc=, delete the leading/. For example, you would changehref="/favicon.ico"tohref="favicon.ico". - Push the contents of the
buildfolder to the arc-site repo (not the build folder itself, though,index.htmlshould be in the root directory of arc-site).