Currently the master branch contains the data pipeline and the gh-pages branch contains the frontend. @tarifhaque was looking for the frontend but couldn't find it. I'd suggest to reorganize the repo a little bit. There are several options:
Make gh-pages the default branch.
Have an empty master branch, move data pipeline into a separate branch, link from master branch to the two other branches.
Create an organization, have a separate repository for the data pipeline and and for the frontend.
Currently the
master
branch contains the data pipeline and thegh-pages
branch contains the frontend. @tarifhaque was looking for the frontend but couldn't find it. I'd suggest to reorganize the repo a little bit. There are several options:gh-pages
the default branch.master
branch, move data pipeline into a separate branch, link frommaster
branch to the two other branches.What do you all think?