Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.54 KB

File metadata and controls

54 lines (42 loc) · 1.54 KB

DAY Foundation Website Setup Guide

Welcome to the DAY Foundation's website repository. This guide will help you set up the project locally and run it seamlessly.

Prerequisites

Ensure you have the following installed on your system:

Project Setup

1. Clone the Repository

git clone https://github.com/YOUR_USERNAME/DAY-Foundation.git

Navigate into the project directory:

cd DAY-Foundation

2. Install Dependencies

Install all necessary packages:

npm install

3. Environment Configuration

Create a .env file in the root directory if needed for future environment variables.

4. Run the Frontend

Start the development server:

npm start

The site will be available at http://localhost:3000.

Scripts

  • npm start: Runs the project in development mode.
  • npm run build: Builds the app for production.

Future Enhancements

  • Backend integration for secure payment handling.
  • Database setup for storing donor information.

Contribution Guidelines

We welcome contributions! Please follow these steps:

  1. Fork the repository.
  2. Create a new feature branch.
  3. Commit your changes and open a pull request.

Contact

For queries or issues, please reach out at contact@dayfoundation.org.