Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/2gbeh/marina-cms
- Owner: 2gbeh
- License: mit
- Created: 2024-04-13T16:41:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T20:20:12.000Z (10 months ago)
- Last Synced: 2024-04-14T08:05:35.541Z (10 months ago)
- Topics: next-auth, nextjs14, northwind-database, postgresql, prisma, radix-ui, shadcn-ui, supabase, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://marina-cms.vercel.app
- Size: 194 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 buildnpm 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)