Skip to content

markdalgleish/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.

Why is the landing page and docs separate apps?

Previously we had the the landing page be a TypeScript build, and the docs be a Babel build. We haven't done the work to consolidate them yet since we've standardized on Babel.

Atlassian

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.8%
  • HTML 3.0%
  • JavaScript 1.2%