1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Files
arduino-parts-inventory/README.md
2023-11-25 16:23:40 -05:00

25 lines
610 B
Markdown

# README
Built with [RedwoodJS](https://redwoodjs.com)!
> **Prerequisites**
>
> - Redwood requires [Node.js](https://nodejs.org/en/) (=18.x) and [Yarn](https://yarnpkg.com/) (>=1.15)
> - Are you on Windows? For best results, follow our [Windows development setup](https://redwoodjs.com/docs/how-to/windows-development-setup) guide
> - A PostgreSQL database
> - A [Brevo](https://www.brevo.com/) account
Start by installing dependencies:
```
yarn install
```
Then start the development server:
```
yarn rw dev
```
Your browser should automatically open to [http://localhost:8910](http://localhost:8910).