Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 2.28 KB

README.md

File metadata and controls

67 lines (53 loc) · 2.28 KB

Table of Contents

About

This file contains the frontend of the project built with create-react-app.

Set up

In order to get started with the project, you need to a few set ups:

  • Clone the directory, you can run the following in your terminal:

    git clone [email protected]:WomenPlusPlus/deploy-impact-21-kona-b.git
    

    You can get more information here.

  • Got to the project directory, you can run the following in your terminal:

    npm install
    

Getting started

In the project directory, you can run the following in your terminal:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Deployment

In order to deploy the website, you need to follow the following steps:

az login
  • Make sure you're in the frontend directory
cd frontend
  • Run the deploy script
npm run deploy

Built Using