Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/buxt-paas
https://github.com/daniel-le97/buxt-paas
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/buxt-paas
- Owner: daniel-le97
- Created: 2023-11-25T22:28:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T19:24:10.000Z (about 1 year ago)
- Last Synced: 2024-12-09T14:57:47.221Z (about 1 month ago)
- Language: TypeScript
- Size: 16.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Le-ploy
A selfhosted railway/vercel/heroku built with nuxt 3
All data is kept on the filesystem mounted to /data within the container
this project uses traefik for reverse proxying
# warning
currently under development
check out [todos](TODO.md)
## Setup
Make sure to install the dependencies:
```bash
bun install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
bun run dev
```## Production
Build the application for production:
```bash
bun run build
```Locally preview production build:
```bash
bun run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.