/EveryDayAction

Next.js app for anti-racist education

Primary LanguageJavaScript

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

Stack

This project uses Next.js (node on the server, react on client) with a 'serverless' API approach. Our database is MongoDB's hosted Atlas service, and we use next-auth for authentication and authorization.