mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
422 B
422 B
Quickstart
Prerequisites
Linux
libgtk-3-dev build-essential
Install
Automatic
# install the cli app
npm install -g create-proton-app
# create your project
create-proton-app my-app
# move to your project directory
cd my-app
# run your app
npm run start
You can alternatively use npx if you prefer.
Manual
The old manual instructions are still available here