This is a tool to help people craft NMS creatures by allowing you to select the parts that can be used together.
You need NodeJS
In the project directory, run: npm i
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.
- Update the
constant/assistantApps.ts
file with latest build number and whatIsNew guid
- Trigger build and release in Azure DevOps
PUBLIC_URL="." npm run build
(This is specific to BASH terminal)npm run electron:dist
This site makes use of Github Actions to build the project and Github Pages to host it 💪