Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
51 lines (38 loc) · 1.09 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.09 KB

GSE Application

This program is used as the intro for my 2023 GSE (Governor's School for Entrepreneurs) Application. As such it has been heavily rushed and if I was actually making this for distribution I would have used a lower level language such as rust.

If you want to run this program binaries for mac, linux, and windows (x64 only) will be available on the releases tab.

If you need arm64 version see building instructions bellow. (Node 18 Required)

Step One: Clone Repo

git clone https://lukeh990/GSE-Application

Step Two: Install Dependencies

npm install

Step Three: If you are running arm64 change these values in package.json

"pkg": {
    "targets": [
      "node18-win-arm64",
      "node18-macos-arm64",
      "node18-linux-arm64"
    ],
    "scripts": [
      "out/*.js"
    ],
    "assets": [
      "node_modules/figlet/fonts/Big.flf"
    ],
    "outputPath": "build"
  },

Step Four: Run build script

npm run build

Step Five: Run package script

npm run package

All build files will now be accessible in the build folder