Skip to content

Instant Noodles ๐Ÿœ for the office (no cooking). Ratings and reviews.

Notifications You must be signed in to change notification settings

mendhak/noodles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

About

Instant Noodles ๐Ÿœ for the office (no cooking). Ratings and reviews.

Resources

Stars

Watchers

Forks