Skip to content

Commit

Permalink
Sketches to files (#1044)
Browse files Browse the repository at this point in the history
* Change all client-facing instances of 'sketches' to 'files' (as well as other variations)

* Update the README file to include instructions on how to deal with node version issues

* Fix old unresolved linting errors
  • Loading branch information
r-mallick authored May 24, 2023
1 parent 17be7ac commit b4132fb
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 576 deletions.
Empty file modified .husky/pre-commit
100755 → 100644
Empty file.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ $ npm start

The client should now be automatically opened in your browser; however, you can also manually visit it on `localhost:8080`. Note that we've also opened a copy of the go backend on `localhost:8081`.

### Issues with starting up the app?

If you have followed these steps and are running into Node.js errors like the following: "error:0308010C:digital envelope routines::unsupported", it may be because you are running an newer version of Git that is not currently supported by this app.

This comment has been minimized.

Copy link
@TomBinford

TomBinford May 24, 2023

Contributor

Should this say "Node", not "Git"?


To fix this issue, download NVM and downgrade to v16.20.0. Windows users can visit https://github.com/coreybutler/nvm-windows. Mac users can use Homebrew and run the following command `brew install nvm`.

## Notes for Developers:

- every time you pull from master, make sure to run `npm install` - it's likely that some dependency has changed!
Expand Down
Loading

0 comments on commit b4132fb

Please sign in to comment.