Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/paas
https://github.com/daniel-le97/paas
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/paas
- Owner: daniel-le97
- Created: 2023-11-08T05:21:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:37:18.000Z (about 1 year ago)
- Last Synced: 2024-12-09T14:57:56.439Z (about 1 month ago)
- Language: Vue
- Size: 858 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Drizzle Saas boilerplate
## Nuxt Drizzle Postgres Tailwindcss ESLint Authjs
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# pnpm
pnpm install```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# pnpm
pnpm run dev```
## Production
Build the application for production:
```bash
# pnpm
pnpm run build
```Locally preview production build:
```bash
# pnpm
pnpm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.