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

https://github.com/stephen-shopopop/fresh

demo fresh
https://github.com/stephen-shopopop/fresh

deno fresh

Last synced: about 1 month ago
JSON representation

demo fresh

Awesome Lists containing this project

README

          

[![Minimal deno version](https://img.shields.io/static/v1?label=deno&message=%3E=1.31.1&color)](https://deno.land/manual@v1.31.1/getting_started)
[![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg)
[![macOS](https://svgshare.com/i/ZjP.svg)](https://svgshare.com/i/ZjP.svg)
[![Visual Studio Code](https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code&logoColor=ffffff)](https://code.visualstudio.com/)
[![Deno](https://github.com/stephen-shopopop/fresh/actions/workflows/check.yml/badge.svg)](https://github.com/stephen-shopopop/fresh/actions/workflows/check.yml)

# deno

[Installation deno](https://deno.land/#installation)

- [cheat code](https://oscarotero.com/deno/?utm_source=denonews&utm_medium=email)

# fresh project

## Usage

### DEV

Start the project in dev mode:

```shell
deno task dev
```

This will watch the project directory and restart as necessary.

### PRODUCTION

```shell
deno run -A main.ts
```

## Reference

- [deno fresh](https://fresh.deno.dev)
- [twind](https://twind.dev)
- [tailwind](https://tailwindcss.com)
- [Deploiement](https://deno.com/deploy)