Closed SanjaySargam closed 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:
git clone https://github.com/Bonfida/sns-manager.git
cd sns-manager
npm i
(or yarn
)npm run dev:xnft
or yarn dev:xnt
npm run dev:web
or yarn dev:web
Regarding the best editor, it's a very subjective choice that is up to you. VS Code is a great choice in my opinion.
Thanks a lot @dr497
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?
The error message you posted is a bit complex and I am not able to reproduce on my end.
Unexpected token '||='
: What Javascript engine are you using? Use port 19001 instead
Suggests that you already have a process running on this port, I would suggest closing it before starting the appI am not getting this error anymore Btw Thanks♥️♥️
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