1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 03:18:28 +02:00

Update README.md

This commit is contained in:
NayamAmarshe 2023-03-23 14:19:42 +05:30 committed by GitHub
parent 5c586adb9e
commit e01aaf7226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,20 +89,26 @@ You can track all the progress here: https://github.com/orgs/upscayl/projects/1
# Development 🛠
I recommend using Volta: https://volta.sh for using Node.js.
Download and install volta, then do: `volta install node`.
```
git clone https://github.com/TGS963/upscayl
# FOR EVERYONE
git clone https://github.com/upscayl/upscayl
cd upscayl
# INSTALL DEPENDENCIES
npm install
# RUN THE DEVELOPMENT SERVER LOCALLY
npm run start
## YOUR LOGS WILL NOW APPEAR IN THE TERMINAL
npm run dev
# PACKAGE THE APP
# FOR DEVS
## PACKAGE THE APP
npm run dist
# PUBLISH THE APP, MAKE SURE TO ADD GH_TOKEN= IN SHELL
## PUBLISH THE APP, MAKE SURE TO ADD GH_TOKEN= IN SHELL
npm run publish-app
```