-
Notifications
You must be signed in to change notification settings - Fork 14
Project Set up
SnehaRH edited this page May 18, 2022
·
1 revision
- This project is an open-source, low-code framework to create internal admin tools for governance use cases.
-
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.
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)
- Move to the portal folder
- To install Node modules, run the following command:
npm install
or
yarn
and
npm run dev
or
yarn run dev