Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 973 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 973 Bytes

Coscrad

About us

COSCARD is a loose collaboration of several organizations, technical teams, and communities working in the space of custom software development for indigenous language revitalization and cultural research.

About this Repo

We have adopted the monorepo approach to allow our members to maximize opportunities for code sharing and collaboration, while maintaining autonomy and focus on their own individual projects within this workspace.

Technical Details

This monorepo workspace is managed using Nx. See the README in an individual app or lib to learn more about the tools used on that particular project.

Workflow

Lint

In the project root, run

npm run lint

Tests

In the project root, run

npm run test