Flowbadges is an open-source platform created by the Flowers community. This project is particularly significant to me as it was my first experience with Next.js and served as the test project that helped me secure a job at Estúdios Flow, the leading podcast studio in 2022. This project marks an important milestone in my career.
Flowbadges is designed to:
- Enable the creation and management of custom badges
- Provide a user-friendly interface for badge distribution
- Integrate seamlessly with various platforms
Ensure you have the following installed:
- Clone the repository:
git clone https://github.com/brunoocastro/flowbadges.git
- Navigate to the project directory:
cd flowbadges
- Install the dependencies:
npm install
To start the development server, run:
npm run dev
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-foo
). - Make your changes.
- Commit your changes (
git commit -am 'Add some foo'
). - Push to the branch (
git push origin feature-foo
). - Create a new Pull Request.
This project is licensed under the MIT License.
Special thanks to Estúdios Flow for the opportunity and support throughout the development of this project.