This [RAPID](https://rapid.cincinnati.ventures/) Remix project was scaffolded with the `rapid cli`
</br>

<h1 align='center'>Rapid</h1>
<h4 align='center'>The intersection between developer experience and scalability</h4>
<div align='center'>
<a href='https://rapid.cincinnati.ventures/' target='_blank'>rapid.cincinnati.ventures</a>
</div>
# Getting started
1. First, download the project dependencies using your favorite package manager:
```bash
pnpm install
```
2. Next, Run the [Remix](https://remix.run) frontend:
```bash
pnpm run dev
```
3. Finally, run the Rapid rust backend:
```bash
rapid run
```
</br>
> Refer to our docs for any assistance: https://rapid.cincinnati.ventures