Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

The documentation website for Compiled (CSS-in-JS). Please don't merge to this repo - we have moved to https://github.com/atlassian-labs/compiled !

License

Notifications You must be signed in to change notification settings

atlassian-labs/compiled-website

Repository files navigation

We've moved!

For easier maintainability, we've moved the Compiled website repository into the main Compiled CSS-in-JS codebase. 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.

Getting started

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.

yarn start:landing

Run docs

This is the actual documentation.

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