## Getting Started
#First, run the development server:
#👇️ if use window install wsl ubuntu để run local do verify #Run wsl ubuntu #Install Package
sudo apt-get update
sudo apt install build-essential
sudo apt install build-essential
sudo chown -R $(whoami) /home
#Install Package
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install cargo-near
cargo install cargo-vendor
curl -sL https://deb.nodesource.com/setup_16.x | sudo bash -
sudo apt -y install nodejs#Install project #👇️ if you use npm
npm install
npm install react react-dom next
npm run dev#👇️ if you use yarn
yarn install
yarn add react react-dom next
yarn dev#Open http://localhost:3000 with your browser to see the result.