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
- Host: GitHub
- URL: https://github.com/flatanimals/gusts
- Owner: flatanimals
- Created: 2017-11-04T16:22:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:06:21.000Z (over 3 years ago)
- Last Synced: 2023-09-07T03:59:05.781Z (almost 3 years ago)
- Topics: codemirror, css, laravel, tailwindcss, vue, vuejs
- Language: PHP
- Homepage:
- Size: 1.8 MB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
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).