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 by using the Fork button.
You need to clone (download) it to a local machine using
git clone https://github.com/Samagra-Development/x-admin.git
This makes a local copy of the repository in your machine.
Once you have cloned the x-admin repository in GitHub, move to that folder first using the change directory command.
x-admin
cd x-admin
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.git (fetch) origin https://github.com/Your_Username/x-admin.git (push)
npm install or yarn and npm run dev or yarn run dev