# Website
This folder contains the MorphArch documentation site and landing page, built
with [Docusaurus](https://docusaurus.io/).
## What lives here
- `docs/`: product documentation
- `src/pages/index.tsx`: landing page
- `src/components/`: shared homepage components
- `static/`: demo assets and images
## Install
```bash
npm install
```
## Local development
```bash
npm run start
```
## Typecheck
```bash
npm run typecheck
```
## Production build
```bash
npm run build
```
The static output is generated into `build/`.