Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 571 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 571 Bytes

Triplo

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.

Installation

Use npm to install the required dependencies .

npm install

Usage

Start a development server at localhost:4200

nx serve

Test applications within the monorepo

nx test *appname* 

Running end-to-end tests

nx e2e *appname*