The very beginning of Leaflet applications
README.md | 4 years ago |
The very beginning of Leaflet applications
git clone ssh://git@www.yatex.org:29418/leaflet-starter-2018/leaflet0.git cd leaflet0 mkdir $USER echo "This is $USER's files" > README.md git add -a git commit -m "My first project of leaflet!" git push
where $USER is your loginname of the system.
Assume your module is {TOP}/$USER/mymap.html, link to that HTML by referring ../../../pages/$USER/mymap.html. Links in README.md files can be described as [AnchorWord](../../../pages/$USER/mymap.html)