# create-gluestack

To use create-gluestack, you can run the following commands:

- Initialize Expo and Nextjs projects with **gluestack-ui -**.

```bash
   npm create gluecode
```

or

```bash
   npx create-gluecode@latest
```

## Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push your changes to your forked repository.
5. Submit a pull request to the main repository.

Please ensure that your code follows the project's coding conventions.
