CodeForAfrica / ui

Home Page:https://cfa.dev.codeforafrica.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COMMONS UI

Applications

Name Description
charterAFRICA The largest digital database for communities
Code for Africa Africa's largest network of civic tech and open data labs
PesaYetu Data to hold your government accountable
RoboShield Guard your website against AI Bots

Get started

This project is using pnpm as a package manager. To setup the monorepo run the following:

git clone https://github.com/CodeForAfrica/ui.git
cd ui
pnpm install

Build

To build all apps and packages, run the following command:

pnpm  build

Develop

To develop all apps and packages, run the following command:

pnpm dev

Testing

Before we can run tests, we need to make sure Playwright has downloaded the browsers needed to run e2e test.

npx playwright install

To test all apps and packages, run the following command:

pnpm test

Adding changesets

To add changeset, run the following command. This will let you choose what package you want to publish

pnpm changeset

Releasing and publishng to npm

To publish you packages, run

pnpm publish

Make sure you are logged in to npm before publishing your package

About

https://cfa.dev.codeforafrica.org

License:MIT License


Languages

Language:JavaScript 95.7%Language:TypeScript 3.6%Language:Dockerfile 0.3%Language:CSS 0.2%Language:HTML 0.1%Language:Makefile 0.0%Language:SCSS 0.0%Language:MDX 0.0%Language:Shell 0.0%