# How to Access the Website and Upload Source Code

## Website URL

The main website for this project is typically hosted at:

```
https://nardev.web.app
```

or (for Firebase Hosting preview):
```
https://nardahdev.firebaseapp.com
```

Replace with your actual deployed URL if different.

## Uploading Source Code

To upload your source code or deploy updates to the website, you usually:

1. Make changes in your local repository.
2. Commit and push your changes to your remote repository (e.g., GitHub).
3. Deploy to Firebase Hosting using the Firebase CLI:

```sh
firebase deploy
```

This will upload your latest code to the configured Firebase Hosting URL.

---

- For more details, see your `firebase.json` and Firebase Hosting documentation.
- If you need to upload code somewhere else, specify the platform or service.
