Skip to content

Latest commit

 

History

History
43 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (21 loc) · 1.06 KB

Getting Started with Creature Builder

This is a tool to help people craft NMS creatures by allowing you to select the parts that can be used together.

Automated Build

Build Status

Get started

You need NodeJS

In the project directory, run: npm i

Running the project locally

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.


How to package into windows installer

  • Update the constant/assistantApps.ts file with latest build number and whatIsNew guid
Automated CI / CD
  • Trigger build and release in Azure DevOps
Manual process:
  • PUBLIC_URL="." npm run build (This is specific to BASH terminal)
  • npm run dist