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