-
Clone the repository:
git clone https://github.com/m0nztrum/crowdspark.git cd crowdspark
-
Install dependencies:
npm install
-
Environment Variables: Set up your
.env
file with the following variables:VITE_SUPABASE_URL=[Your Project URL] VITE_SUPABASE_ANON_KEY=[Your Supabase Anon Key]
Run the application:
npm run dev
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Open a pull request