rapid-cli 0.6.0

The CLI tool for the Rapid framework
Documentation
This [RAPID](https://rapid.cincinnati.ventures/) Remix project was scaffolded with the `rapid cli`

</br>

![web-banner](https://user-images.githubusercontent.com/68653294/218370294-a4bcaef6-087c-489e-8748-0b2eea0fcb90.jpg)
<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