Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 628 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 628 Bytes

DailyGM

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.

Step-by-Step

  1. Clone this repository:
git clone https://github.com/imdevsyn/dailygm.git
  1. Install the dependencies:
cd dailygm
yarn install
# or
npm install
  1. Run the development server:
yarn dev
# or
npm run dev
  1. Access the application:
    The project will be running at http://localhost:5173.