Hack4ImpactRutgers / CCA-frontend

Next.js frontend for Combined Community Action.

Home Page:https://cca-frontend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combined Community Action Frontend

Getting Started

If it is not already installed on your machine, install pnpm:

npm install -g pnpm

Then, install dependencies:

pnpm i

Finally, start the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Deployments

A new deployment of the app is created on every push to main. Visit the latest iteration here.

Testing

We write our tests using Jest. To run all tests:

pnpm test

About

Next.js frontend for Combined Community Action.

https://cca-frontend.vercel.app


Languages

Language:TypeScript 98.3%Language:JavaScript 1.2%Language:CSS 0.4%Language:Shell 0.1%