DailyGM is a dApp that allows users to send their GM onchain once per day. The app focuses on simplicity and the social experience surrounding the "GM" culture in the Web3 community. Additionally, it features a "mood" option where users can select their mood for the day.
- Clone this repository:
git clone https://github.com/imdevsyn/dailygm.git
- Install the dependencies:
cd dailygm
yarn install
# or
npm install
- Run the development server:
yarn dev
# or
npm run dev
- Access the application:
The project will be running at http://localhost:5173.