This is the repo for c4cneu.com, the offical website for Code4Community. The website is entirely built in React+Typescript. Additional CSS styling and components are provided by Material UI.
# Serve the app
nx serve dotcom
# lint, test, and build application
nx run-many -t lint,test,build -p dotcom