https://github.com/mendhak/noodles
Instant Noodles 🍜 for the office (no cooking). Ratings and reviews.
https://github.com/mendhak/noodles
Last synced: 5 months ago
JSON representation
Instant Noodles 🍜 for the office (no cooking). Ratings and reviews.
- Host: GitHub
- URL: https://github.com/mendhak/noodles
- Owner: mendhak
- Created: 2022-10-28T13:55:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T19:06:52.000Z (10 months ago)
- Last Synced: 2025-04-02T20:23:01.686Z (10 months ago)
- Language: HTML
- Homepage: https://noodles.mendhak.com
- Size: 15.9 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instant noodles 🍜 for the office
Instant noodles ratings and reviews, with filters. My focus is noodles which I can have with just hot water and no cooking. That is, in the office.
Website is at: https://noodles.mendhak.com/
## Local development
This repo uses 11ty to generate a single HTML file from many Markdown files. This allows me to write the noodle reviews in Markdown with some frontmatter and images, and it renders on the page after a build.
### Run with Docker Compose
npm install
docker compose up
Then browse to http://localhost:8080/
### Run with NodeJS on host
Install dependencies,
npm install
To build and serve:
npx eleventy --watch --serve
Then browse to http://localhost:8080/
## Adding new images
When adding images, remove the exif using
exiftool -overwrite_original -all= noodles/images/005.jpg
Resize it to 800px width.