Table of Contents
NEST is a social media platform designed to provide a safe and supportive space for new mothers, featuring user posts, admin-pushed articles, and community engagement tools.
Explore the docs Β»
See Project
Β·
Report Bug
Β·
Request Feature
- Clone the repository
https://github.com/KdG-BCIT-ISSP/nest-client
- Update .env with port from docker image or prod url
- Run
npm install
- Run
npm run build
- Run
npm run dev
for development
Before commit, run:
npm run lint
npm run lint:fix
npm run format
π¦
βββ README.md
βββ app
βΒ Β βββ admin
βΒ Β βββ api
βΒ Β βββ auth
βΒ Β βββ curated-articles
βΒ Β βββ favicon.ico
βΒ Β βββ globals.css
βΒ Β βββ layout.tsx
βΒ Β βββ lib
βΒ Β βββ page.tsx
βΒ Β βββ posts
βΒ Β βββ profile
βΒ Β βββ providers
βΒ Β βββ providers.tsx
βΒ Β βββ search
βββ atoms
βββ components
βββ eslint.config.mjs
βββ i18n.ts
βββ middleware.ts
βββ next-env.d.ts
βββ next-i18next.config.ts
βββ next.config.mjs
βββ node_modules
βββ package-lock.json
βββ package.json
βββ postcss.config.mjs
βββ public
βββ tailwind.config.ts
βββ tsconfig.json
βββ types
βββ utils
To learn more about React, take a look at the following resources:
- React Documentation - learn about React features and API.
- React Tutorial - an interactive React tutorial.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Next.js Tutorial - an interactive Next.js tutorial.
React Β· Next.js Β· Tailwind CSS