Bonfida / sns-manager

All-in-one tool for SNS
https://www.xnft.gg/app/Dv4kgorqEdzjxFf1rRZajfFmnfWgXrhRdyXT2VxZeumv
MIT License
6 stars 19 forks source link

Guide me #12

Closed SanjaySargam closed 1 year ago

SanjaySargam commented 1 year ago

I cloned the repo What are the commands which I need to run and which is the best editor - VS studio or Android Studio? Will you please guide me step by step

dr497 commented 1 year ago

Hi @SanjaySargam!

To get started you will need a computer with Node and NPM (or Yarn) installed. You can use Volta to install Node https://volta.sh. If you want to use Yarn as your dependency manager instead of NPM you will need to run volta install yarn.

Once you are set up:

Regarding the best editor, it's a very subjective choice that is up to you. VS Code is a great choice in my opinion.

SanjaySargam commented 1 year ago

Thanks a lot @dr497

SanjaySargam commented 1 year ago

bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) Unexpected token '||=' [1] Starting project at C:\Users\SanjaySargam\Downloads\Bonfida\sns-manager [1] › Port 19000 is [1] Input is required, but 'npx expo' is in non-interactive mode. [1] Required input: [1] > Use port 19001 instead? [1] › Skipping dev server Job [1], 'GENERATE_SOURCEMAP=false expo start --clear --web' has ended

Sometimes I am getting this error while running yarn dev:web command What's the reason?

dr497 commented 1 year ago

The error message you posted is a bit complex and I am not able to reproduce on my end.

SanjaySargam commented 1 year ago

I am not getting this error anymore Btw Thanks♥️♥️