Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/praveenjuge/myna

Perfect UI Components and Templates. Made with TailwindCSS. Open Source. Fully Responsive and Accessible.
https://github.com/praveenjuge/myna

hugo tailwind tailwindcss ui-components

Last synced: about 2 months ago
JSON representation

Perfect UI Components and Templates. Made with TailwindCSS. Open Source. Fully Responsive and Accessible.

Awesome Lists containing this project

README

        

# Myna UI

Perfect UI components and templates. Made with TailwindCSS. Open Source. Fully responsive and accessible.

[![Netlify Status](https://api.netlify.com/api/v1/badges/6f127b33-52f0-4c85-903f-d06f8d80b555/deploy-status)](https://app.netlify.com/sites/mynaui/deploys)

## Bugs & Suggestions

Found a bug? [Please open a issue](https://github.com/praveenjuge/myna/issues/new/choose).

Have a component suggestion? [Request a new component](https://github.com/praveenjuge/myna/issues/new/choose).

Use [Discussions](https://github.com/praveenjuge/myna/discussions) for new general discussions.

## Development

You need [Hugo](https://gohugo.io/) to run the dev server. If you have [Homebrew](https://brew.sh/) you can do the following:

```sh
brew install hugo
```

Check this [Hugo installation page](https://gohugo.io/getting-started/installing/) for installing on other systems.

Then clone the repo, install dependencies, and start the server locally.

```sh
git clone https://github.com/praveenjuge/myna.git
cd myna
npm install
npm start
```

Open [`http://localhost:1313`](http://localhost:1313) in your browser.

| Scripts | Description |
| --------------- | ----------------------------------------------- |
| `npm run dev` | Starts a local Hugo server and Tailwind Watcher |
| `npm run build` | For generating production docs files |

## License

See the [LICENSE](https://github.com/praveenjuge/myna/blob/main/LICENSE) file.