You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
-52Lines changed: 0 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,55 +31,3 @@ npm test
31
31
```
32
32
33
33
Please ensure that the tests are passing when submitting a pull request. If you're adding new features to Tailwind, please include tests.
34
-
35
-
## Building the documentation
36
-
37
-
Tailwind uses the [Jigsaw](http://jigsaw.tighten.co/) static site generator for its documentation. Here is how you can generate the documentation locally:
38
-
39
-
1. Go to your Tailwind folder
40
-
41
-
```sh
42
-
cd tailwindcss
43
-
```
44
-
45
-
2. Install JS dependencies
46
-
47
-
```sh
48
-
npm install
49
-
```
50
-
51
-
3. Transpile the source code
52
-
53
-
```sh
54
-
npm run prepare
55
-
```
56
-
57
-
4. Go to docs folder
58
-
59
-
```sh
60
-
cd docs
61
-
```
62
-
63
-
5. Install PHP dependencies for docs (requires Composer: https://getcomposer.org)
64
-
65
-
```sh
66
-
composer install
67
-
```
68
-
69
-
6. Install JS dependencies for docs
70
-
71
-
```sh
72
-
npm install
73
-
```
74
-
75
-
7. Run the build to generate the static site
76
-
77
-
```sh
78
-
npm run dev
79
-
```
80
-
81
-
8. View the static site at `/tailwind/docs/build_local`, or you can run the Jigsaw server:
0 commit comments