Skip to content

Commit

Permalink
docs: Simplify anansi instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 18, 2023
1 parent bd0baaa commit 73d7903
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/core/shared/_installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,14 @@ export default function App({ Component, pageProps }: AppProps) {
</TabItem>
<TabItem value="anansi">

[Anansi](https://github.com/ntucker/anansi) (beta) is a fully composable framework for React development with optional SSR.

<PkgInstall pkgs="@anansi/cli" global />

Anansi includes Reactive Data Client automatically. Just start a new project with the CLI:
[Anansi](https://github.com/ntucker/anansi) (beta) is a fully composable framework for React development with optional
Server Side Rendering.

```bash title="bash"
anansi hatch my-project
npx @anansi/cli hatch my-project
```

Anansi includes Reactive Data Client automatically.

</TabItem>
</Tabs>

0 comments on commit 73d7903

Please sign in to comment.