Skip to content

frokk/NeuSprite

Repository files navigation

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