bluegill / katana

🚀 a powerful, open-source screenshot utility for macOS
GNU General Public License v3.0
356 stars 38 forks source link

Question: How would i compile the source code? #52

Open dat-insanity opened 3 years ago

dat-insanity commented 3 years ago

Silly question I know, but I'm pretty new and I don't know how to compile the source code. Thanks in advance!

mariogarridopt commented 1 year ago

After cloning it:

# install all dependencies:
npm install

# run the project
npm run start