Skip to content
Snippets Groups Projects
Commit 554258e5 authored by Johan de Klerk's avatar Johan de Klerk
Browse files

Updated readme

parent 2a2d874b
No related branches found
No related tags found
No related merge requests found
# Default ignored files
/shelf/
/workspace.xml
# CodeStream ignored files
/codestream.xml
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="accountSettings">
<option name="activeProfile" value="profile:default" />
<option name="activeRegion" value="af-south-1" />
<option name="recentlyUsedProfiles">
<list>
<option value="profile:default" />
</list>
</option>
<option name="recentlyUsedRegions">
<list>
<option value="af-south-1" />
</list>
</option>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/mage.iml" filepath="$PROJECT_DIR$/.idea/mage.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
# Mage
Shared code to build the backend
Shared code to build the uAfrica and Ship-logic backend
### How to include in your project
Run this command to add the _magefile folder as a submodule
```shell
git submodule add https://gitlab.com/uafrica/mage.git _magefile
```
Remember to commit the `.gitmodules` and `_magefile` files to your repo
### Update submodule in your repo
Run this in your repo to update the submodule
```shell
git submodule update --recursive --remote
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment