Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1msirius/medinventory
https://github.com/1msirius/medinventory
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/1msirius/medinventory
- Owner: 1msirius
- Created: 2024-06-29T17:34:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T18:00:47.000Z (5 months ago)
- Last Synced: 2024-11-10T04:28:17.093Z (3 months ago)
- Language: TypeScript
- Homepage: https://med-inventory-341508.vercel.app
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Medical Inventory
## Running Locally
To run the website on your local machine, follow these steps:
Ensure [pnpm](https://pnpm.io) is installed on your system. If not, follow the [instructions](https://pnpm.io/installation) on their website.
```
# Install the dependencies:
pnpm install# Start the development server:
pnpm dev
```