This project will join GDSC Solution Challenge 2023.
-
Install node https://nodejs.org/en/download/
-
Install yarn
npm install --global yarn
-
Clone the repo
git clone git@github.com:dscdut/happychild.git
-
Install NPM packages
yarn install
-
Run the development server:
#npm run dev nvm use 17.0.1 export NODE_OPTIONS=--openssl-legacy-provider; npm run dev # or yarn dev
-
Open http://localhost:3000 with your browser to see the result.