There was an error while loading. Please reload this page.
Your machine should have Yarn or Npm
Check the node and npm version by running the following commands.
node -v npm -v
You can get your own fork/copy of x-admin-samarth by using the Fork button.
You need to clone (download) it to a local machine using
git clone https://github.com/Samarth-HP/x-admin-samarth.git
This makes a local copy of the repository in your machine.
Once you have cloned the x-admin-samarth repository in GitHub, move to that folder first using the change directory command.
x-admin-samarth
cd x-admin-samarth
Run the following commands to see that your local copy has a reference to your forked remote repository in GitHub
git remote -v origin https://github.com/Your_Username/x-admin-samarth.git (fetch) origin https://github.com/Your_Username/x-admin-samarth.git (push)
npm install or yarn and npm run dev or yarn run dev