simple image gallery web app in next js and supabase
-
Clone the repository:
bash git clone https://github.com/MurtadaNazar/images-gallary.git
-
Navigate to the project directory:
bash cd images-gallary
-
Install dependencies:
npm install
-
Configure Supabase environment variables:
in .env file
NEXT_PUBLIC_SUPABASE_URL
SUPABASE_SERVICE_ROLE_KEY
-
bash npm run dev
-
Open your browser and access the application at
http://localhost:3000
.
This project is licensed under the MIT License.
- Thanks to the creators of Next.js and Supabase for their awesome tools.