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

Latest commit

 

History

History
45 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.01 KB

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