diff --git a/Quickstart.md b/Quickstart.md new file mode 100644 index 0000000..d33fc4b --- /dev/null +++ b/Quickstart.md @@ -0,0 +1,12 @@ +## Prerequisites +1. Install [node](https://nodejs.org/en/download/) version 16.83 or later +2. Install [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) version 9.8.1 (Should install with node) +3. Install [pnpm](https://pnpm.io/installation) version 8.8.0: `npm install -g pnpm` +4. Install [rust](https://www.rust-lang.org/tools/install) version 1.74.0: + +## Instructions +1. clone repository: `git clone https://github.com/Northrop-Grumman-Collaboration-Project/gcs-user-interface.git` +2. In the terminal run: `npm install` +3. Start: `pnpm tauri dev` + +