Skip to content

πŸ¦• Creature builder built for the No Man's Sky Hub built by NMSCD

Notifications You must be signed in to change notification settings

NMSCD/Creature-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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