Skip to content

Commit 325ed6a

Browse files
committed
Merge branch 'master' into v3.3
2 parents c0cbccf + db4c53c commit 325ed6a

File tree

113 files changed

+1030
-1111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+1030
-1111
lines changed

README.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
11
# Tailwind CSS Documentation
22

3-
Tailwind CSS uses [Next.js](https://nextjs.org/) for its documentation. Here is how you can run the project locally:
3+
Tailwind CSS uses [Next.js](https://nextjs.org/) for its documentation.
44

5-
1. Clone this repo
5+
To run the project locally, first install the dependencies:
66

7-
```sh
8-
git clone https://github.com/tailwindlabs/tailwindcss.com.git
9-
```
7+
```bash
8+
npm install
9+
```
1010

11-
2. Go into the project root directory
11+
Next, run the development server:
1212

13-
```sh
14-
cd tailwindcss.com
15-
```
13+
```bash
14+
npm run dev
15+
```
1616

17-
3. Install JS dependencies
17+
## License
1818

19-
```sh
20-
yarn
21-
```
22-
23-
4. Start the dev server
24-
25-
```sh
26-
yarn dev
27-
```
19+
This project is not licensed under an open-source license and is the intellectual property of Tailwind Labs Inc. The source is available only as an educational resource and to accept fixes for minor mistakes.

0 commit comments

Comments
 (0)