Skip to content

Commit

Permalink
rs tools page
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Jan 27, 2024
1 parent 3c56c16 commit 91e5d8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/page/documentation/rstools.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Developing Riverscapes Tools
layout: default
parent: Documentation
---

The following video provides a brief overview of the [Riverscapes Tools](https://tools.riverscapes.net) development process. This uses [GitHub Code Spaces](https://github.com/features/codespaces) to code and run the tools in the cloud. The advantage of this approach is that you are guaranteed to have a working development that comes with the correct versions of all the dependencies. These depdencies are also the identical versions used by Cyber Castor to run the tools in batches.

<Youtube embedId="zONUSIgLI3w"/>
4 changes: 4 additions & 0 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ module.exports = {
{
title: 'Demo Page',
url: '/documentation/demo',
},
{
title: 'Developing Riverscapes Tools',
url: '/documentation/rstools',
}
]
}
Expand Down

0 comments on commit 91e5d8f

Please sign in to comment.