Migration of recode hive website to GitHub Hosting.
Process to setup the project in your localhost.
Step - 1:
- clone the project to your localhost or Computer
- Use below command to clone to your localhost.
git clone <repo name>
Step - 2
- Now run below commands to install and run
cd <directorty(folder) name>
npm i
npm run dev
you can see the localhost:3000