Skip to content

Commit

Permalink
feat: add latencySlider and groundwork for other react demos
Browse files Browse the repository at this point in the history
- install @mui and @emotion/styled as dependencies
- test latencySlider component on 'case study' page
- reorder 'getting started' pages on docs

Co-authored-by: Alex Sklar <[email protected]>
Co-authored-by: Erik Margetis <[email protected]>
  • Loading branch information
3 people committed Apr 18, 2024
1 parent aa68af4 commit 2e7b93b
Show file tree
Hide file tree
Showing 10 changed files with 731 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started/add-to-existing-project.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 2
---

# Add to an Existing Project

To add Syncosaurus to an existing React-based project:
Expand Down
4 changes: 4 additions & 0 deletions docs/getting-started/start-a-new-project.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 1
---

# Start a New Project

## Setup
Expand Down
4 changes: 4 additions & 0 deletions docs/getting-started/walkthrough.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
---
sidebar_position: 3
---

# Walkthrough
Loading

0 comments on commit 2e7b93b

Please sign in to comment.