Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeremy-code/next-park-drizzle-monorepo
- Owner: jeremy-code
- License: mit
- Created: 2024-01-04T05:25:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-06T23:14:09.000Z (10 months ago)
- Last Synced: 2024-02-07T00:26:20.132Z (10 months ago)
- Topics: drizzle, next, nextjs, park, template
- Language: JavaScript
- Homepage: https://next-park.vercel.app
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).