✨ mollyjeanbennett.com

This is a Next.js project bootstrapped with create-next-app via MJB Boilerplate.

Getting Started

1. Getting started

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 start the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

2. Test and format

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

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!