Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nurodev/lime
🍋 Lemon & lime: A Fresh project template
https://github.com/nurodev/lime
deno denoland docker docker-image fresh project-template template
Last synced: 13 days ago
JSON representation
🍋 Lemon & lime: A Fresh project template
- Host: GitHub
- URL: https://github.com/nurodev/lime
- Owner: NuroDev
- License: mit
- Created: 2023-08-21T19:35:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-23T19:05:59.000Z (11 months ago)
- Last Synced: 2024-10-06T08:41:57.381Z (about 1 month ago)
- Topics: deno, denoland, docker, docker-image, fresh, project-template, template
- Language: TypeScript
- Homepage: https://lime-nuro.deno.dev
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍋 Lime
An opinionated Deno Fresh project template that builds on the standard Fresh
project template with a number of additional features.### ⭐ Features
- 🌎 Out-of-the-box Deno Deploy support
- 🗄️ Deno KV ready
- 🐳 Docker image
- 🔋 Batteries includes for tRPC, Zod & more
- 🚦 Automated Docker image release workflow
- ⚗️ Basic test suite
- 👨💻 VSCode launch & task configurations### 🦄 Usage
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Then start the project:
```
deno task start
```This will watch the project directory and restart as necessary.
### 🐳 Docker
When a new release is created in GitHub, a new Docker image is automatically
built and pushed to the GitHub package registry.To run the Docker image:
```
docker run -d -p 8000:8000 ghcr.io/nurodev/lime:latest
```