Welcome to the DAY Foundation's website repository. This guide will help you set up the project locally and run it seamlessly.
Ensure you have the following installed on your system:
- Node.js (v14 or higher) - Download here
- Git - Download here
- A code editor, preferably Visual Studio Code
git clone https://github.com/YOUR_USERNAME/DAY-Foundation.gitNavigate into the project directory:
cd DAY-FoundationInstall all necessary packages:
npm installCreate a .env file in the root directory if needed for future environment variables.
Start the development server:
npm startThe site will be available at http://localhost:3000.
npm start: Runs the project in development mode.npm run build: Builds the app for production.
- Backend integration for secure payment handling.
- Database setup for storing donor information.
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new feature branch.
- Commit your changes and open a pull request.
For queries or issues, please reach out at contact@dayfoundation.org.