Sign Language Translator A web app specialized in assisting people who want to learn sign language. Our weekly blog updates are here: Weekly Blog Recommended code editor is Visual Studio Code Steps to run: I. Installing: Clone the repo. In the command line, navigate to the sign-language-translator directory. II. Starting the server: Navigate to the server directory. Run npm install. Run npm start. Server will run on port 3000. III. Starting the client: Navigate to the client directory. Run npm install. Run npm start. Client will run on port 8000.