Community Site
community.edroplets.org
Build tool
Source code structure
src/ # contains all source code for the project
|- components/ # components shared by different pages (e.g. navbar, footer, layout)
|- lib/ # utility functions/components used across the app
|- pages/ # pages as well as corresponding CSS files
|- router/ # React router configuration
static/ # static assets/content to be served (logos, favicons, images, etc.)Overview
Last updated