Skip to content
 
 

Repository files navigation

ProtoSprite-App

Launch your own version of the app locally.

Prerequisites:

How to Run

Clone this repository, navigate to the folder via a command line terminal and type:

npm install

and then,

npm start

To build, the command is npm run make

Known Issues

On some Linux distributions, you may have to change instances of usr/* in the node_modules. As elaborated in this electron issue here For example:

Change

cp <%= process.platform === 'darwin' ? '-R' : '-r' %> usr/* %{buildroot}/usr/

to,

cp <%= process.platform === 'darwin' ? '-R' : '-r' %> ../usr/. %{buildroot}/usr/

About

A standalone Electron application for working with protosprite files

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages