tailwindlabs / tailwindcss.com
- воскресенье, 12 декабря 2021 г. в 00:30:20
Tailwind CSS uses Next.js for its documentation. Here is how you can run the project locally:
Clone this repo
git clone https://github.com/tailwindlabs/tailwindcss.com.git
Go into the project root directory
cd tailwindcss.com
Install JS dependencies
yarn
Start the dev server
yarn dev