Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamwathan/workcation
https://github.com/adamwathan/workcation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamwathan/workcation
- Owner: adamwathan
- Created: 2019-06-11T19:26:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:08:23.000Z (almost 2 years ago)
- Last Synced: 2024-07-05T17:47:14.762Z (4 months ago)
- Language: Vue
- Size: 1.14 MB
- Stars: 424
- Watchers: 12
- Forks: 57
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workcation
[Live preview](https://workcation.netlify.com/)
Workcation is the demo project for the upcoming ["Designing with Tailwind CSS" course](https://tailwindcss.com/course/) I'm working on.
![](https://tailwindcss.com/img/workcation-screenshot.jpg)
It's a fun Airbnb-inspired UI that includes a bunch of neat ideas which make it perfect for teaching people how to build things with Tailwind.
The complete free course will be released early July, but you can watch me build the entire UI from scratch on YouTube in the mean time:
[Watch the "Building Workcation" series](https://www.youtube.com/playlist?list=PL7CcGwsqRpSO3J4YU6BkWqjU0XcVSaPXl)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```