# README

[![Contributors](https://img.shields.io/github/contributors/juniHub/storybook-app.svg?style=for-the-badge)](https://github.com/juniHub/storybook-app/graphs/contributors) [![Forks](https://img.shields.io/github/forks/juniHub/storybook-app.svg?style=for-the-badge)](https://github.com/juniHub/storybook-app/network/members) [![Stargazers](https://img.shields.io/github/stars/juniHub/storybook-app.svg?style=for-the-badge)](https://github.com/juniHub/storybook-app/stargazers) [![Issues](https://img.shields.io/github/issues/juniHub/storybook-app.svg?style=for-the-badge)](https://github.com/juniHub/storybook-app/issues) [![MIT License](https://img.shields.io/github/license/juniHub/storybook-app.svg?style=for-the-badge)](https://github.com/juniHub/storybook-app/blob/master/LICENSE.txt)

<br>

[![Logo](/files/wpvrqwC9ohbwXl9mf56t)](https://github.com/juniHub/storybook-app)

#### Juni Story Book

project\_description\
[**Explore the docs »**](https://github.com/juniHub/storybook-app)\
\
[View Demo](https://junistorybook.cyclic.app/) · [Report Bug](https://github.com/juniHub/storybook-app/issues) · [Request Feature](https://github.com/juniHub/storybook-app/issues)

<details>

<summary>Table of Contents</summary>

1. [About The Project](#about-the-project)
   * [Built With](#built-with)
2. [Getting Started](#getting-started)
   * [Prerequisites](#prerequisites)
   * [Installation](#installation)
3. [Usage](#usage)
4. [Roadmap](#roadmap)
5. [Contributing](#contributing)
6. [License](#license)
7. [Contact](#contact)
8. [Acknowledgements](#acknowledgements)

</details>

### About The Project

#### Am I Responsive? YES!

![Juni-storybook-screenshot](https://res.cloudinary.com/dafolrlpj/image/upload/v1628255904/gallery/zxzb739nungfxptfeet2.png)

#### Built With

* [ExpressJS](https://expressjs.com/)
* [Handlebars View Engine](https://handlebarsjs.com/)
* [MongoDB](https://www.mongodb.com/)
* [CKeditor](https://ckeditor.com/)
* [Cloudinary](https://cloudinary.com/)
* [MaterializeCSS](https://materializecss.com/)
* [Algolia Search](https://www.algolia.com/)
* [Deployed on Heroku](https://id.heroku.com/)

### Getting Started

To get a local copy up and running follow these simple steps.

#### Prerequisites

This is an example of how to list things you need to use the software and how to install them.

* npm

  ```sh
  npm install npm@latest -g
  ```

#### Installation

1. Clone the repo

   ```sh
   git clone https://github.com/juniHub/storybook-app.git
   ```
2. Install NPM packages

   ```sh
   npm install
   ```
3. Connect to your mongodb and add info in

   ```sh
   config.env
   ```
4. Run the project locally on <http://localhost:3000>

   ```sh
   npm run dev
   ```

### Usage

*For more examples, please refer to the* [*Documentation*](https://junitiennguyen.gitbook.io/story-book)*. This will be continued for update and maintainance.*

### Roadmap

See the [open issues](https://github.com/juniHub/storybook-app/issues) for a list of proposed features (and known issues).

### Contributing

Contributions are what make the open source community such an amazing place to be learned, inspired, and created. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

### License

Distributed under the MIT License. See `LICENSE` for more information.

### Contact

Juni Nguyen - [helloJuni](https://hellojuninguyen.netlify.app/)

Project Link: <https://github.com/juniHub/storybook-app>

### Acknowledgements

Inspired by storybook project from [Traversy Media](https://github.com/bradtraversy/storybooks)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://junitiennguyen.gitbook.io/story-book/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
