Bad Listener Tom | Bacon Lettuce Tomato | Blah blah La la Ta Ta
An amazing new AI advancement that accurately simulates a conversation with a person who is not listening to you and only wants to talk about sandwiches.
This is a Next.js project bootstrapped with create-next-app
via 🍽️ MJB Boilerplate
Node Version Manager (NVM) is recommended to maintain node version consistency with dependencies. If you don't already have NVM set up on your computer, use this guide to get started. To specify the node version in the .nvmrc
file:
nvm use
Then install dependencies:
yarn install
Then run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
To run tests in watch mode:
yarn unit
And to run all tests once with coverage information:
yarn test
This project uses Prettier for code formatting. To format all files:
yarn format
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!