Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeremy-code/next-park-drizzle-monorepo

A template for creating a Next.js app with Park and Drizzle
https://github.com/jeremy-code/next-park-drizzle-monorepo

drizzle next nextjs park template

Last synced: 5 days ago
JSON representation

A template for creating a Next.js app with Park and Drizzle

Awesome Lists containing this project

README

        

# next-park-drizzle-monorepo [![GitHub Actions badge](https://github.com/jeremy-code/next-park-drizzle-monorepo/actions/workflows/ci.yml/badge.svg)](https://github.com/jeremy-code/next-park-drizzle-monorepo/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/jeremy-code/next-park-drizzle-monorepo)](LICENSE)

## 🛠️ Installation

```bash
git clone https://github.com/jeremy-code/next-park-drizzle-monorepo.git
cd next-park-drizzle-monorepo
corepack enable
yarn
```

## 🚀 Usage

```bash
# Set Node.js version
nvm use

# Run the development server locally
yarn dev

# Lint and format code
yarn lint
yarn format

# Build
yarn build
```

## 🔓 License

This project is licensed under the [MIT license](LICENSE).