https://github.com/hex-digital/captaincss-docs
https://github.com/hex-digital/captaincss-docs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hex-digital/captaincss-docs
- Owner: hex-digital
- Created: 2020-12-21T08:36:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T09:37:19.000Z (over 4 years ago)
- Last Synced: 2024-12-27T03:12:27.377Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://captaincss.hexdigital.com
- Size: 14.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CaptainCSS Documentation
CaptainCSS' documentation is a fork of [Tailwind Docs](https://github.com/tailwindlabs/tailwindcss.com). This allows us
to maintain a common look and feel between our documentation and Tailwind's, so you can feel right at home.
CaptainCSS uses [Next.js](https://nextjs.org/) for its documentation. Here is how you can run the project locally:
1. Clone this repo
```sh
git clone https://github.com/hex-digital/captaincss-docs.git
```
2. Go into the project root directory
```sh
cd captaincss-docs
```
3. Install JS dependencies
```sh
yarn
```
4. Start the dev server
```sh
yarn dev
```
Alternatively you can generate a static export of the documentation using the `yarn export` command. The export will be saved in the `out` folder.