🛠️How to setup
Getting Started
👇 you window install wsl ubuntu run local do verifily run wsl ubuntu
sudo apt-get update
sudo apt-install build-essential
Install package
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install cargo-near
curl -sL https://deb.nodesource.com/setup_16.x | sudo bash -
sudo apt -y install nodejs
Install project
npm install
npm install react react-dom next
#run project
npm run dev
#Open http://localhost:3000 with your browser to see the result.