mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-24 02:30:50 +00:00
22 lines
283 B
Markdown
22 lines
283 B
Markdown
---
|
|
id: running-docs-locally
|
|
title: Running Docs Locally
|
|
---
|
|
|
|
# Running Docs Locally
|
|
|
|
Make sure dependencies are installed
|
|
|
|
```
|
|
yarn workspace oa-docs install
|
|
```
|
|
|
|
Running the documentation server
|
|
|
|
```
|
|
yarn workspace oa-docs start
|
|
```
|
|
|
|
Docusaurus Dev Docs
|
|
https://docusaurus.io/docs
|