Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 6f0e0b0

Browse files
authored
Create tailwindcss-com.sh
1 parent 92561da commit 6f0e0b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tailwindcss-com.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
git clone https://github.com/tailwindlabs/tailwindcss.com
2+
cd tailwindcss.com
3+
4+
yarn install
5+
yarn export
6+
7+
cd out
8+
python -m http.server

0 commit comments

Comments
 (0)