Skip to content

jenniemeka/FundMyStartup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevLift: Fund Your Code

A crowdfunding platform specifically designed to help developers fund their startups and coding projects. This application connects developers with backers who want to support innovative software solutions.

Features

  • Project Funding: Create and manage funding campaigns for your coding projects.
  • Developer Stats: Integration with GitHub to showcase developer activity and credibility.
  • Modern UI/UX: A responsive and accessible interface built with modern web technologies.
  • Real-time Updates: Powered by Supabase for real-time data handling.
  • Interactive Dashboards: Visual data representation using Recharts.

Tech Stack

This project is built with a modern frontend stack:

Getting Started

Prerequisites

Ensure you have Node.js installed on your machine.

Installation

  1. Clone the repository:

    git clone <YOUR_GIT_URL>
  2. Navigate to the project directory:

    cd fundmystartup
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev

The application will be available at http://localhost:8080 (or the port shown in your terminal).

Deployment

Supabase Setup

This project uses Supabase for its backend. To deploy the database schema and edge functions:

npm run supabase:deploy

Make sure you have the Supabase CLI installed and are logged in.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors