- git clone inside "packages folder"
git clone git@github.com:tarex/reusecore.git yarnon main directory.yarn webon main directory
We use custom flaticon. If you want to see our icon list then you need to go to icons page. After running yarn web command then go to your browser and write http://localhost:3000/icons and hit enter.
- keep the static folder [css, images, fonts] same both in root public/static folder & landing/static folder
- Always keep the
package.jsonfile same/synched among inside landing & functions folder
- Delete the relevant section from the .gitmodules file.
- Stage the .gitmodules changes git add .gitmodules
- Delete the relevant section from .git/config.
- Run git rm --cached path_to_submodule (no trailing slash).
- Run rm -rf .git/modules/path_to_submodule (no trailing slash).
- Commit git commit -m "Removed submodule "
- Delete the now untracked submodule files rm -rf path_to_submodule