git clone https://github.com/jeremy-code/next-park-drizzle-monorepo.git
cd next-park-drizzle-monorepo
corepack enable
yarn
# Set Node.js version
nvm use
# Run the development server locally
yarn dev
# Lint and format code
yarn lint
yarn format
# Build
yarn build
This project is licensed under the MIT license.