Bliss is a Flutter web application designed to provide exclusive access to a curated collection of stories.
- Exclusive Content: Access a collection of curated stories.
- Categories: Navigate through different story categories.
- Top Rated Stories: Explore top-rated stories.
- Search: Search for stories by title or content.
- User-Friendly: Intuitive and easy-to-use interface.
To get started with Bliss, follow these steps:
- Flutter SDK
- Firebase account
-
Clone the repository:
git clone https://github.com/firaun2020/bliss.git
-
Navigate to the project directory:
cd bliss -
Install dependencies:
flutter pub get
Before running the app, make sure to configure Firebase for authentication and database services. Update the Firebase configurations in lib/my_config.dart with your Firebase project settings.
To run the app on a local development server, use the following command:
flutter run -d web