Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 514 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 514 Bytes

NeuSprite

A Pixel Art Tool Powered By Neutralinojs


Building From Source

Make Sure you have NodeJs v16+ & Git Installed

  1. Get Source Code Using Git
git clone https://github.com/pegvin/NeuSprite
  1. Go Into The Cloned Repo And Install Dependencies
cd NeuSprite
npm install
  1. Test The App (Optional)
npm test
  1. Build the App
npm run build

Thanks