Skip to content

Commit 35cb962

Browse files
Update README.md
1 parent 9ad4e9f commit 35cb962

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SAFE Template with ShadCN UI Components
22

3-
This template can be used to generate a full-stack web application using the [SAFE Stack](https://safe-stack.github.io/) enhanced with [ShadCN UI](https://ui.shadcn.com/) components through the Feliz.Shadcn library. It was created using the dotnet [SAFE Template](https://safe-stack.github.io/docs/template-overview/) with additional integrations. If you want to learn more about the template why not start with the [quick start](https://safe-stack.github.io/docs/quickstart/) guide?
3+
This demo is used to showcase a full-stack web application using the [SAFE Stack](https://safe-stack.github.io/) enhanced with [ShadCN UI](https://ui.shadcn.com/) components through the Feliz.Shadcn library.
44

55
## ShadCN UI Integration
66

@@ -43,7 +43,7 @@ Shadcn.card [
4343
]
4444
```
4545

46-
> Note: This example focuses exclusively on the client-side implementation. The server and shared components are included as part of the SAFE stack structure but contain minimal code.
46+
> Note: This example focuses exclusively on the client-side implementation. The server and shared components are included as part of the SAFE stack structure but contain no logic.
4747
4848
## Install pre-requisites
4949

@@ -66,23 +66,3 @@ Then open `http://localhost:8080` in your browser.
6666
The build project in root directory contains a couple of different build targets. You can specify them after `--` (target name is case-insensitive).
6767

6868
<!-- Tests have been removed from this example to focus on ShadCN and Feliz integration -->
69-
70-
Finally, there are `Bundle` and `Azure` targets that you can use to package your app and deploy to Azure, respectively:
71-
72-
```bash
73-
dotnet run -- Bundle
74-
dotnet run -- Azure
75-
```
76-
77-
## Documentation
78-
79-
If you want to know more about the SAFE Stack and its components, visit the official [SAFE documentation](https://safe-stack.github.io/docs/).
80-
81-
You will find more documentation about the technologies used in this template at the following places:
82-
83-
* [Fable](https://fable.io/docs/) - F# to JavaScript compiler
84-
* [Elmish](https://elmish.github.io/elmish/) - MVU pattern for F# applications
85-
* [Feliz](https://zaid-ajaj.github.io/Feliz/) - React bindings for F#
86-
* [TailwindCSS](https://tailwindcss.com/docs) - Utility-first CSS framework
87-
* [ShadCN UI](https://ui.shadcn.com/) - Component library built with Radix UI and Tailwind
88-
* [Saturn](https://saturnframework.org/) - Web development framework for F#

0 commit comments

Comments
 (0)