A web3-based front-end application developed on the Solana network
Clone the project
git clone https://github.com/tolgaand/dailsapGo to the project directory
cd dailsapInstall dependencies
npm install
//or
yarn installRename .env.local-example to .env.local
Start the project
npm run dev
//or
yarn dev