Run the package locally
git clone https://github.com/radespratama/wordscube.git wordscube
cd wordscube
# install deps
npm install || yarn install
# start dev server
npm run dev || yarn dev
After setting up the project, and making changes:
git add .
git commit -m "commit message"
git push YOUR_REPO_URL YOUR_BRANCH