codethechange / codethechange.github.io

Stanford Code the Change's website.
https://codethechange.stanford.edu
MIT License
0 stars 2 forks source link

Update Build Instructions for Start the Change Instructions. #82

Closed DrewGregory closed 3 years ago

DrewGregory commented 3 years ago

To deploy their starter task to Stanford WWW, they need to update the homepage field of package.json to avoid 404 errors when their built app tries to fetch built app chunks.

Separately, running scp -r build/* ..., but scp -r 'build/*' ... does not work for me.