Skip to content

sturmen/national-food-today

Repository files navigation

National Food Today

A website telling you what "food holiday" it is today. Written pretty much using vanilla Preact via preact-cli.

Setup

  1. git clone
  2. Populate a data.json file using the following format:
    [
    	{
    		"duration": 31,
    		"year": 2017,
    		"month": 7,
    		"day": 1,
    		"scope": "National",
    		"food": "Bison",
    		"unit": "Month"
    	},
    	...
    ]
    
  3. npm run dev to test and debug
  4. npm run build to create a static deployment.

About

new resource website for people wondering what "food holiday" it is today

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published