https://github.com/valadas/pantrypad
https://github.com/valadas/pantrypad
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/valadas/pantrypad
- Owner: valadas
- Created: 2024-04-13T04:52:16.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-01T18:06:06.000Z (over 1 year ago)
- Last Synced: 2025-03-21T23:43:03.678Z (about 1 year ago)
- Language: C#
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# PantryPad
## A pantry inventory and management system
### Installation instructions
Coming soon...
### Build/Develop
1. All the source is in the PantryPad subfolder, so `cd PantryPad` to start
2. To work on the backend, simply run `dotnet watch` and start coding.
3. To work on the frontend, sim do an additional `cd wwwroot` and run `npm install` (if you did not already), followed by `npm run start`
4. If you need to work on both, you can run each command in a separate terminal.
I would like to create a devcontainer soon to make this easier... Coming soon...