Skip to content

Commit

Permalink
🐛 more sugar for the description
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-unterberg committed Jan 2, 2024
1 parent 464d8aa commit 6b19b7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,23 @@ An SSR-ready vite-react starter with vike and my usual friends tailwind and luci
Features:
- vike (vite + ssr)
- Tailwind CSS
- SPA + SSR
- Fontsource
- Custom Tailwind Theme Hook
- Lucide Icons
- ES6 Path Aliases (#components, #renderer)
- Github-pages workflow
- React Streaming enabled
- Full Dev Setup
- ESLint
- Prettier + Prettier Sort Imports
- Husky + lint-staged
- editorconfig

Coming soon:
- Client Side Fetching Example
- Server Side Fetching Example

## Usage

### Install
Expand Down
4 changes: 2 additions & 2 deletions layouts/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const Header = () => {
</div>
<p className="mb-10">
Just another SSR-ready vite-react starter template with some sugar from my usual friends
tailwind, lucide-icons and a strict linting setup 😙. React 18 Streaming enabled (Server /
Client Suspend)
tailwind, lucide-icons and a strict linting setup. React 18 Streaming enabled (Server /
Client) 🌊
</p>
<Nav />
</div>
Expand Down

0 comments on commit 6b19b7c

Please sign in to comment.