Skip to content

ElixirElm/RELM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Starting a RELM Project

Let's say /assets/e4 is the project directory .

Checkout this folder as /sources/RELM

Copy the files in ./ConfigSample to and modify as required

Adding RELM with git subtree:

mkdir -p assets/e4/sources
git remote add subtree-RELM git@github.com:ElixirElm/RELM.git
git fetch subtree-RELM
git subtree add --prefix=assets/e4/sources/RELM subtree-RELM master
cp assets/e4/sources/RELM/ConfigSample/* assets/e4/

Contributing with gitsubtree:

git subtree push --prefix=assets/e4/sources/RELM/ subtree-RELM bugfix

About

ELM SPA Framework. See the blorg application for real world usage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors