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.
- Clone the repository:
git clone https://github.com/BU-Spark/se-diva-docs-frontend.git
-
Navigate to the cloned directory
-
Install the required dependencies:
npm install
To start the Admin Portal:
-
Navigate to the bwmdn-admin-portal
-
Start the server:
npm start
To start the Black Women M.D. Network Website:
-
Navigate to the black-women-md-network-web
-
Start the server:
npm start
For both Admin Portal and Black Women M.D. Network Website
-
Navigate to black-women-md-network-web or bwmdn-admin-portal
-
Update build:
yarn build
- Deploy to Firebase:
firebase deploy