A platform to explore new open-source projects. Users can join and explore open-source projects which they can apply to join. Projects contain tasks to show users what they are currently working on.
Use npm to install the required dependencies .
npm installStart a development server at localhost:4200
nx serve
Test applications within the monorepo
nx test *appname* Running end-to-end tests
nx e2e *appname*