Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed May 16, 2024
1 parent 0ba21fd commit d854489
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@ cd my-app
yarn start
```

### TypeScript with Tailwind

```sh
# Npx
npx create-alem-dapp my-app --template typescript-tailwind
cd my-app
npm start
```

```sh
# Yarn
yarn create alem-dapp my-app --template typescript-tailwind
cd my-app
yarn start
```

## CLI

Além has its own command system. To use it, install Além globally.
Expand Down
2 changes: 1 addition & 1 deletion plugins/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Tailwind

Steps to use Tailwind. Get to know more about [**Tailwind here.**](https://tailwindcss.com/)
Steps to configure Tailwind manually. Get to know more about [**Tailwind here.**](https://tailwindcss.com/)

### Install Tailwind CSS

Expand Down

0 comments on commit d854489

Please sign in to comment.