Skip to content

Files

Latest commit

24656f5 · May 1, 2023

History

History

BWMDN Frontend Code

Black Women M.D. Network Frontend

The Black Women M.D. Network (BWMDN) Frontend is based on a React Typescript Framework. React is a modern web developmenet framework used to create the design and functionality of websites such as BWMDN. Our project takes advantage of several libraries made for React which need to be installed for our website to function properly.

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/BU-Spark/se-diva-docs-frontend.git
  1. Navigate to the cloned directory

  2. Install the required dependencies:

npm install

How to Start Developer Server

To start the Admin Portal:

  1. Navigate to the bwmdn-admin-portal

  2. Start the server:

npm start

To start the Black Women M.D. Network Website:

  1. Navigate to the black-women-md-network-web

  2. Start the server:

npm start

How To Deploy to Firebase

For both Admin Portal and Black Women M.D. Network Website

  1. Navigate to black-women-md-network-web or bwmdn-admin-portal

  2. Update build:

yarn build
  1. Deploy to Firebase:
firebase deploy