An open API service indexing awesome lists of open source software.

https://github.com/atlassian-labs/compiled-website

The documentation website for Compiled (CSS-in-JS).
https://github.com/atlassian-labs/compiled-website

babel-plugin compiled css css-in-js reactjs typescript

Last synced: about 1 month ago
JSON representation

The documentation website for Compiled (CSS-in-JS).

Awesome Lists containing this project

README

        

# We've moved!

For easier maintainability, we've moved the Compiled website repository into [the main Compiled CSS-in-JS codebase](https://github.com/atlassian-labs/compiled). Please use https://github.com/atlassian-labs/compiled/tree/master/website when making any changes to the website.

Thank you for your understanding!

---

The documentation website for [Compiled](https://github.com/atlassian-labs/compiled).

## Getting started

```bash
yarn # Install dependencies
yarn build:examples # Build examples that are using in the website
```

### Run landing page

This is the home page of the website.

```bash
yarn start:landing
```

### Run docs

This is the actual documentation.

```bash
yarn start:docs
```

## FAQ

### Why is this not in the monorepo?

This site is written with Compiled.
We want to make sure the consumption story works,
completely,
with no impacts from the monorepo.

---

[![Atlassian](https://raw.githubusercontent.com/atlassian-internal/oss-assets/master/banner-cheers-light.png)](https://atlassian.com)