fork the project from the repository and clone repository in local machine from command line
git clone https://github.com/owner_name/auxonic.git
git checkout -b your_new_branch_name # optional branch
npm install # install dependencies
npm run dev # start development server
npm run build # build the project