Skip to content

Commit

Permalink
chore: Update getting-started.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
paalamugan authored Jan 9, 2024
1 parent 5e8e3ca commit 7788a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/system/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ You can find the source code in [GitHub](https://github.com/paalamugan/paalan-ta

## Pre Requisites

- [Node.js](https://nodejs.org/en/) version >= 16.0.0 is required. We recommend using [nvm](https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/) to install the node version.
- [Node.js](https://nodejs.org/en/) `version >= 16.0.0` is required. We recommend using [nvm](https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/) to install the node version.

```bash
nvm install 18 && nvm use 18
```

- [tailwindcss](https://tailwindcss.com/docs/guides/vite) version >= 3.0.0 is required.
- [tailwindcss](https://tailwindcss.com/docs/guides/vite) `version >= 3.0.0` is required.

```bash
npm install -D tailwindcss postcss autoprefixer
Expand Down

0 comments on commit 7788a54

Please sign in to comment.