Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 305 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 305 Bytes

The Gratitude Machine

An AI learning to be thankful.

Quickstart

Developing

  1. Install: npm install
  2. Start a development server: npm run dev

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.