neckTech is a hackathon project that we created for nwHacks 2021.
Copyright (C) 2021 Devam Sisodraker, Vishal Desh, Liang Liu, Jack He
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of theMPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
Clone and run for a quick way to see neckTech in action.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/TheD3vel0per/ProjectPose
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.