Skip to content

andre-carbajal/xtiles-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xtiles-snap

xtiles-snap

Get it from the Snap Store

A linux application of Xtiles

sudo snap install xtiles-snap

Scripts

Here are the scripts available in our package.json file:

  • start: Start the application.
npm run start
  • snap: Create a snap package of the application.
npm run snap
  • deb: Create a deb package of the application.
npm run deb

Installation

To install the application, you must first clone the repository:

git clone https://github.com/andre-carbajal/xtiles-linux

Then, navigate to the project directory:

cd xtiles-snap

Install the project dependencies:

npm install

Finally, you can start the application with:

npm run start