This is the frontend repository for Streamz.
The backend repository can be found in here.
Ensure you have the following installed:
- Node.js (v16.x or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/DamianRavinduPeiris/streamz-web.git
-
Navigate to the project directory:
cd streamz-web -
Install dependencies:
npm install
Or, if using Yarn:
yarn install
-
Start the development server:
npm run start
Or, if using Yarn:
yarn start
-
Open your browser and go to
http://localhost:3000.
Contributions are welcome! Here's how you can contribute:
- Fork the repository.
- Create a new feature branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your feature description" - Push the branch:
git push origin feature/your-feature-name
- Open a pull request.
If you encounter any issues, please open an issue in the repository with a detailed description.
This project is licensed under the MIT License.
Made with ❤️ by Damian


