Created Quickstart (markdown)

jhhocs 2024-04-12 15:03:39 -07:00
parent 6edd9df710
commit 515cb44e86
1 changed files with 12 additions and 0 deletions

12
Quickstart.md Normal file

@ -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`