Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/2gbeh/marina-cms

Reusable Admin Dashboard - Next.js 14 + Shadcn/ui
https://github.com/2gbeh/marina-cms

next-auth nextjs14 northwind-database postgresql prisma radix-ui shadcn-ui supabase tailwindcss typescript

Last synced: about 1 month ago
JSON representation

Reusable Admin Dashboard - Next.js 14 + Shadcn/ui

Awesome Lists containing this project

README

        

# Marina CMS

Reusable Admin Dashboard - Remix + Shadcn/ui

[![Next.js](https://img.shields.io/badge/Remix-2.x-121212.svg)](https://remix.run/docs/en/main/start/tutorial)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue.svg)](https://www.typescriptlang.org/docs/)
[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-16.x-316192.svg)](https://www.postgresql.org/docs/16/index.html)

[![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white)](https://marina-cms.vercel.app)

## Setup

```bash
$ git clone https://github.com/2gbeh/marina-cms.git

$ cd marina-cms

$ npm install

$ npm run dev
```

## Usage

> Local: http://localhost:5173

## Debug

```
$ nvm use 20.17.0

$ npm cache clean --force

$ rm -rf node_modules package-lock.json

$ npm install
```

## Deploy

```bash
npm run build

npm start
```

If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of `npm run build`

- `build/server`
- `build/client`

## Screenshot

![Screenshot](./public/social-preview.png)