https://github.com/devsubid/dobby-image-gallery
For Dobby Full-stack development internship 2024
https://github.com/devsubid/dobby-image-gallery
reactjs
Last synced: 3 months ago
JSON representation
For Dobby Full-stack development internship 2024
- Host: GitHub
- URL: https://github.com/devsubid/dobby-image-gallery
- Owner: devsubid
- Created: 2024-03-17T22:07:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T05:03:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T22:51:26.128Z (about 1 year ago)
- Topics: reactjs
- Language: JavaScript
- Homepage: https://subid-das-dobby.vercel.app
- Size: 4.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [SUBID-DAS-DOBBY](https://subid-das-dobby-subid-das.vercel.app/)









## Getting Started
To get started, you can simply clone this repository and install the dependencies.
### Cloning the Repository
To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:
```bash
git clone https://github.com/itsme-Subid/subid-das-dobby.git
```
### Running the Project
To run the project, you will need to have Node.js and pnpm or yarn or npm installed on your machine. Once you have those, you can use the following commands:
```bash
cd subid-das-dobby
pnpm install
pnpm run dev
```
or, if you are using yarn:
```bash
cd subid-das-dobby
yarn
yarn run dev
```
or, if you are using npm:
```bash
cd subid-das-dobby
npm install
npm run dev
```
This will start the development server and you should be able to see the website by visiting http://localhost:5173 in your browser.
## Setting up Environment Variables
To set up environment variables, you will need to copy & rename the `.env.example` file to `.env`.
Once you have created the file, you can open it in your favorite text editor and fill the credentials properly.