1f942b113d
Changed all Stylus css to SASS because stylus is no longer supported by anyone. Fixed a bunch of references to old files no longer used - there are a lot of old pages that could still be removed.
2024-07-25 10:23:06 -07:00
Wynne Crisman
998209817f
Cut down the website to bare minimum. Meat & Eggs currently just points to eggs. Need to decide how that should play out.
2020-05-07 15:09:06 -07:00
Wynne Crisman
fba507c13f
Removing files that should not be tracked.
2017-05-26 11:57:58 -07:00
Wynne Crisman
a57900c065
Major changes to the database structure: Delete and recreate the whole database (would require too many migrations otherwise). Removed a market, updated some images, added to the AP page, and merged bios.
2016-06-26 11:16:00 -07:00
Wynne Crisman
0a7cff6672
Merged PetitTeton webapp with the inventory tracking app; Moved the database configuration out of git and added an example configuration; Added migrations to the mix so that we can easily update the production database and roll back changes to the database (from the command line install migrations [may not be necessary?]:
...
npm install -g sequelize-cli
To update the database after updating the app from git (on the command line in the webapp base directory):
sequelize db:migrate
To undo the last migrations:
sequelize db:migrate:undo
2016-06-13 11:54:12 -07:00
Wynne Crisman
b00f2eb668
Modified site to include a blog link and moved the social media icons.
2016-05-07 20:00:00 -07:00
Wynne Crisman
02f0986f4a
Added a shipping link from the farm page, and added content to the farm-made-fare page to providing shipping information.
2016-03-30 19:38:33 -07:00
Wynne Crisman
6bbb2b461e
Changed VAP price list download.
2016-02-26 07:43:48 -08:00
Wynne Crisman
2ba994e7f2
Removed holiday content; Fixed minor bugs; Started to add login code (moved to another project).
2016-02-04 13:29:55 -08:00
Wynne Crisman
7bba9dc2b0
Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS.
2015-10-25 15:20:42 -07:00