Sandbox and microblogging application about topics in atomic design and implementation with nuxt, tailwind and headless components.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# generate static project
$ yarn generate
.vscode/settings.json
contains a few lines that helps with your VSCode experience when using @layers, @apply directives
- Tailwind CSS IntelliSense
- nuxt
- vetur
For detailed explanation on how things work, check out the documentation.