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

https://github.com/flatanimals/gusts

A Tailwind CSS playground
https://github.com/flatanimals/gusts

codemirror css laravel tailwindcss vue vuejs

Last synced: 10 months ago
JSON representation

A Tailwind CSS playground

Awesome Lists containing this project

README

          

## About Gusts

Gusts is a simple Tailwind CSS playground built with Laravel and Vue.js.

## Installation

Make sure you have laravel, composer, and php installed in your machine.

```
composer update
composer install
cp .env.example .env
php artisan key:generate
npm install
```

Now you can do `php artisan serve`

Please refer to the [Laravel Docs](https://laravel.com/docs) for installation instructions.

## Made Possible By

The following awesome packages made this possible.

- [Tailwind CSS](https://tailwindcss.com/).
- [Laravel](https://laravel.com/).
- [Vue.js](https://vuejs.org).
- [CodeMirror](https://codemirror.net/).
- [vue-codemirror](https://github.com/surmon-china/vue-codemirror).

## Security Vulnerabilities

If you discover a security vulnerability within Gusts, please send an e-mail to [gusts@flatanimals.org](mailto:gusts@flatanimals.org). All security vulnerabilities will be promptly addressed.

## License

Gusts is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).