Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrlv committed Dec 11, 2021
1 parent d9a9eae commit 6870a2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
Starter Kit with Kirby CMS
===============================================

Quick start of the project with [Kirby CMS](https://getkirby.com/), [Vite](https://vitejs.dev/), and [WindiCSS](https://windicss.org) from [White Russian Studio](https://whiterussian.studio/)
Quick start of the project with [Kirby CMS](https://getkirby.com/), [Vite](https://vitejs.dev/), and [TailwindCSS](https://tailwindcss.com/) from [White Russian Studio](https://whiterussian.studio/)

## Features

- [Vite](https://vitejs.dev/) - build tool
- [WindiCSS](https://windicss.org) - CSS framework
- [TailwindCSS](https://tailwindcss.com/) - CSS framework

## Installation and Usage

Expand All @@ -20,5 +20,5 @@ Quick start of the project with [Kirby CMS](https://getkirby.com/), [Vite](https
3. `cd www && valet link && cd ..` to set up development environment (example with [Laravel Valet](https://laravel.com/docs/8.x/valet))
4. `npm run dev` (or `npm run build` for use in production)

To update Composer dependencies:
`cd www && composer update && cd ..`
To update Composer dependencies:
`cd www && composer update && cd ..`

0 comments on commit 6870a2f

Please sign in to comment.