Skip to content

m0nztrum/crowdspark

Repository files navigation

Crowdspark

Crowdspark is a simple web app to manage events Q&A etc ...

Features

Technologies Used

Setup

  1. Clone the repository:

    git clone https://github.com/m0nztrum/crowdspark.git
    cd crowdspark
  2. Install dependencies:

    npm install
  3. 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]
    

Usage

Run the application:

npm run dev

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Open a pull request

About

A simple event management web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published