Skip to content

atlassian-labs/compiled-website

Repository files navigation

@compiled/website

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