From d854489e0ab710bb3258e9500fc52a231efe3c3e Mon Sep 17 00:00:00 2001 From: Wenderson Pires Date: Thu, 16 May 2024 20:24:20 -0300 Subject: [PATCH] readme update --- README.md | 16 ++++++++++++++++ plugins/readme.md | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bd3a41..dce3e36 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/plugins/readme.md b/plugins/readme.md index dd59703..07a8f58 100644 --- a/plugins/readme.md +++ b/plugins/readme.md @@ -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