Akylas / oss-weather

An OSS weather app for iOS/Android
MIT License
183 stars 13 forks source link

Quick Start Guide #216

Closed garudaonekh closed 1 week ago

garudaonekh commented 4 weeks ago

Hi, I am new to Svelte and Native script. I have some experience with ionic+capacitor.

I try to get this up and running. As I go through the issues list, this one use PNPM instead of NPM.

I can successfully run pnpm install. After that I try to run.

pnpm run build.android.production
 WARN  The "workspaces" field in package.json is not supported by pnpm. Create a "pnpm-workspace.yaml" file instead.

Would you mind writing a small quickstart guide for rookie?

farfromrefug commented 3 weeks ago

@garudaonekh pnpm is not really "supported". It should work but i dont use it anymore so i cant really say what should be added/changed. I updated the readme with basic setup config and launch command. You should use yarn >= 4.x with this project Let me know if you face any issue

garudaonekh commented 3 weeks ago

@garudaonekh pnpm is not really "supported". It should work but i dont use it anymore so i cant really say what should be added/changed. I updated the readme with basic setup config and launch command. You should use yarn >= 4.x with this project Let me know if you face any issue

Thanks.

I saw in one of your issue response saying that you use pnpm that's why I tried pnpm. https://github.com/Akylas/oss-weather/issues/3#issuecomment-699794578

garudaonekh commented 2 weeks ago

I try to use Yarn but failed with dependency errors and missing package, i try to reinstall several but still error. This git has many plugins(webpack, nativescript webpack@your own git, svelte....).

A quick installation guide would definitely help.

farfromrefug commented 2 weeks ago

@garudaonekh i updated the readme with basic setup instructions