Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.38 KB

File metadata and controls

38 lines (27 loc) · 1.38 KB

neckTech neckTech

About This Project

neckTech is a hackathon project that we created for nwHacks 2021.

Authors

License

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 Use

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.