Project instruction for the GSCALite through shiny to build web app.
- Follow the creatly diagram or change the diagram as you need.
- We build the whole webserver with shiny and shiny related packages.
- For ui design, please follow the ui as shiny provided tags. Try not to use write raw HTML.
- For server parts, you can use the module design as shiny provided. Or, use
source
to load the outer scripts inserver
directory. - The code style is important, you can follow tidyverse recommened code style.
Please try to collaborate with each other through GitHub, you can read two articles to learn collaboration with GitHub.